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}{" "}