Skip to content

Commit

Permalink
Update SideBarDisplay.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Aug 24, 2024
1 parent 0bf331b commit f845b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SideBarDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function SidebarDisplay(): React.JSX.Element {
marginTop: 20,
}}
>
<Userpic size={50} name={userName} email={userMail} colorize />
<Userpic size={50} name={userName} colorize />
<View style={{ marginLeft: 10 }}>
<Text
style={{ color: "white", fontSize: 18, maxWidth: 150 }}
Expand Down

0 comments on commit f845b94

Please sign in to comment.