From 88ce227168225e7e00c3feaa6968ecd4de311d65 Mon Sep 17 00:00:00 2001 From: Dakshesh Jain Date: Wed, 16 Aug 2023 22:20:52 +0530 Subject: [PATCH] fix --- apps/app/components/notifications/notification-card.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/app/components/notifications/notification-card.tsx b/apps/app/components/notifications/notification-card.tsx index 9bb0715a8..b32058a9b 100644 --- a/apps/app/components/notifications/notification-card.tsx +++ b/apps/app/components/notifications/notification-card.tsx @@ -96,7 +96,8 @@ export const NotificationCard: React.FC = (props) => { {notification.triggered_by_details.is_bot ? notification.triggered_by_details.first_name - : notification.triggered_by_details.display_name}{" "} + : notification.triggered_by_details.display_name} + {" "} {notification.data.issue_activity.field !== "comment" && notification.data.issue_activity.verb}{" "}