Skip to content

Commit

Permalink
remove email on search page
Browse files Browse the repository at this point in the history
  • Loading branch information
annacai44 committed Jan 22, 2025
1 parent 83af959 commit 1292eec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SearchPage/SearchPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ function SearchPage({ userUID }) {
key={usr.id}
avatarURL={usr.photoURL}
primaryText={usr.displayName}
secondaryText={usr.email || ''}
mainButtonLabel={getButtonLabel(usr)}
onMainButtonClick={() => handleButtonClick(usr, index)}
showMainButton
Expand Down

0 comments on commit 1292eec

Please sign in to comment.