{
event.stopPropagation()
Router.push(getSourceUrl(notification) ?? '')
track('Notification Clicked', {
type: 'notification item',
sourceType,
sourceUserName,
sourceUserAvatarUrl,
sourceUpdateType,
reasonText,
reason,
sourceUserUsername,
sourceText,
})
}}
>
{!questionNeedsResolution && (
)}
{getReasonForShowingNotification(
notification,
isChildOfGroup ?? false
)}
{isChildOfGroup ? (
) : (
)}
{!isChildOfGroup && (
)}