From 1177e954fa15cbf992cdc0f9f45b96413c2a4e24 Mon Sep 17 00:00:00 2001 From: lareii Date: Fri, 20 Sep 2024 01:18:21 +0300 Subject: [PATCH] refactor(client): remove username from notification component --- client/components/app/Notification/index.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/components/app/Notification/index.jsx b/client/components/app/Notification/index.jsx index 91f4eb2..f1aecba 100644 --- a/client/components/app/Notification/index.jsx +++ b/client/components/app/Notification/index.jsx @@ -91,8 +91,7 @@ export default function Notification({ notification }) {
- {notification.source_user.display_name} ( - {notification.source_user.username}) + {notification.source_user.display_name} {' '} {typeContent(notification).message}