Skip to content

Commit

Permalink
refactor(client): remove username from notification component
Browse files Browse the repository at this point in the history
  • Loading branch information
lareii committed Sep 19, 2024
1 parent 780619c commit 1177e95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/components/app/Notification/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ export default function Notification({ notification }) {
</div>
<div className='text-sm text-muted-foreground'>
<span className='text-primary'>
{notification.source_user.display_name} (
{notification.source_user.username})
{notification.source_user.display_name}
</span>{' '}
{typeContent(notification).message}
</div>
Expand Down

0 comments on commit 1177e95

Please sign in to comment.