From 237a4a58e0aa9ce62b8e2a9d1962027dc8b24d0a Mon Sep 17 00:00:00 2001 From: AnveshNalimela Date: Wed, 11 Dec 2024 18:11:22 +0530 Subject: [PATCH] Replaced with user-icon --- src/components/Notifications/NoticeBoard.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/Notifications/NoticeBoard.tsx b/src/components/Notifications/NoticeBoard.tsx index 38df194285f..6751dc77678 100644 --- a/src/components/Notifications/NoticeBoard.tsx +++ b/src/components/Notifications/NoticeBoard.tsx @@ -29,13 +29,16 @@ export const NoticeBoard = () => { className="text-justify text-lg flex mx-2 py-3 px-3" id="notification-message" > - + {item.message}
- + {formatName(item.caused_by)} -{" "} {item.caused_by.user_type}