Skip to content

Commit

Permalink
Quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorrn committed Jan 31, 2024
1 parent b064b47 commit d1a00f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/om-oss.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ function formatImagePath(name: string) {
}

function stripLastName(name: string) {
let str = name.split(" ")[0].toLocaleLowerCase();
console.log(str)
return str;

return name.split(" ")[0].toLocaleLowerCase();
}

const managersList = ["Toshihide Sakao", "William Nordwall"]
Expand Down

0 comments on commit d1a00f5

Please sign in to comment.