forked from github/plane
fix: space
This commit is contained in:
parent
88ce227168
commit
1b5ed3b4a7
@ -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}{" "}
|
||||||
|
Loading…
Reference in New Issue
Block a user