Skip to content

Commit

Permalink
temporarily disable user label
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper-RF committed Sep 12, 2023
1 parent 56e8272 commit 7c757d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export const BasicMessageComponent: React.FC<BasicMessageProps & FileActionsProp
{infoMessage ? 'Quiet' : messageDisplayData.nickname}
</Typography>
</Grid>
{userLabel && (
{/* {userLabel && (
<Grid>
<UserLabel
username={messageDisplayData.nickname}
Expand All @@ -223,7 +223,7 @@ export const BasicMessageComponent: React.FC<BasicMessageProps & FileActionsProp
duplicatedUsernameModalHandleOpen={duplicatedUsernameModalHandleOpen}
/>
</Grid>
)}
)} */}
{status !== 'failed' && (
<Grid item>
<Typography
Expand Down

0 comments on commit 7c757d3

Please sign in to comment.