forked from github/plane
fix
This commit is contained in:
parent
ac89652438
commit
88ce227168
@ -96,7 +96,8 @@ 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