{notification.notification_rule !== NOTIFICATION_COMMENT && (
{notification.notification_parameters.device.title}
)}
{notification.notification_parameters.device.text.replace(
// This is terrible and will be replaced when I make the comment channel clickable
'commented on',
notification.group_count ? `left ${notification.group_count} comments on` : 'commented on'
)}