Skip to content

Commit

Permalink
removing hardcoded letter
Browse files Browse the repository at this point in the history
  • Loading branch information
desperado1802 committed Oct 20, 2023
1 parent 4c795ed commit 38b1117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/app/components/HamburgerMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const HamburgerMenu = observer((props: any) => {
marginTop: 4,
}}
>
{user?.email}s
{user?.email}
</Text>
{activeTeam ? (
<DropDown
Expand Down

0 comments on commit 38b1117

Please sign in to comment.