This commit is contained in:
Dakshesh Jain 2023-08-16 22:20:52 +05:30
parent ac89652438
commit 88ce227168

View File

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