{!isCommentNotification &&
{title}
}
{isCommentNotification && commentText ? (
<>
{title}
{commentText}
>
) : (
<>
{notification_parameters.device.text}
>
)}
{notification_rule === RULE.NEW_CONTENT && (
)}
{notification_rule === RULE.NEW_LIVESTREAM && (
)}