Skip to content

Commit

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

0 comments on commit 17fe970

Please sign in to comment.