Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
burmudar committed Mar 15, 2024
1 parent 3d17f4f commit 8ebae5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/web/src/LegacyLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ export const LegacyLayout: FC<LegacyLayoutProps> = props => {
authenticatedUser={
props.authenticatedUser
? {
username: props.authenticatedUser.username || '',
email: props.authenticatedUser.emails.find(email => email.isPrimary)?.email || '',
}
username: props.authenticatedUser.username || '',
email: props.authenticatedUser.emails.find(email => email.isPrimary)?.email || '',
}
: null
}
onClose={() => setFeedbackModalOpen(false)}
Expand Down

0 comments on commit 8ebae5e

Please sign in to comment.