From 1b5ed3b4a7a00b880feae5fa7f1a3eb194da6614 Mon Sep 17 00:00:00 2001 From: Dakshesh Jain Date: Wed, 16 Aug 2023 22:22:21 +0530 Subject: [PATCH] fix: space --- apps/app/components/notifications/notification-card.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/app/components/notifications/notification-card.tsx b/apps/app/components/notifications/notification-card.tsx index b32058a9b..9bb0715a8 100644 --- a/apps/app/components/notifications/notification-card.tsx +++ b/apps/app/components/notifications/notification-card.tsx @@ -96,8 +96,7 @@ 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}{" "}