Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbar01234 committed Apr 9, 2024
1 parent 10acd54 commit e6fc2fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/private/[uid]/user/seniors/SeniorsHomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ type SeniorsHomePageProps = {
};

const SeniorsHomePage = ({ user }: SeniorsHomePageProps) => {
console.log(user);
const displaySeniors = (elem: Senior, index: number) => (
const displaySeniors = (elem: Senior) => (
<UserTile
key={elem.id}
senior={elem}
Expand Down

0 comments on commit e6fc2fe

Please sign in to comment.