Skip to content

Commit

Permalink
Fix searchPage error
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol-2 committed Mar 25, 2024
1 parent 0ee9488 commit 066d721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/SearchPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function SearchPage() {
isFriend={isFriend(usersFriends, user)}
/>
);
}
} else return<></>
}}
/>

Expand Down

0 comments on commit 066d721

Please sign in to comment.