{notification.actor ? (
) : (
)}
}}
/>
{notification.page && (
{notification.page.icon ? (
{notification.page.icon}
) : (
)}
{getPageTitle(notification.page.title, undefined, t)}
)}
{hovered && isUnread ? (
) : (
{formatRelativeTime(notification.createdAt)}
)}
{isUnread && (
)}