fix: space

This commit is contained in:
Dakshesh Jain 2023-08-16 22:22:21 +05:30
parent 88ce227168
commit 1b5ed3b4a7

View File

@ -96,8 +96,7 @@ export const NotificationCard: React.FC<NotificationCardProps> = (props) => {
<span className="font-semibold"> <span className="font-semibold">
{notification.triggered_by_details.is_bot {notification.triggered_by_details.is_bot
? notification.triggered_by_details.first_name ? notification.triggered_by_details.first_name
: notification.triggered_by_details.display_name} : notification.triggered_by_details.display_name}{" "}
{" "}
</span> </span>
{notification.data.issue_activity.field !== "comment" && {notification.data.issue_activity.field !== "comment" &&
notification.data.issue_activity.verb}{" "} notification.data.issue_activity.verb}{" "}