{!isCommentNotification && (
{title}
)}
{isCommentNotification && commentText ? (
<>
{title}
{commentText}
>
) : (
<>
{notification_parameters.device.text}
>
)}
{isCommentNotification && (
<>
{isReplying && (
{
setReplying(false);
}}
onCancelReplying={() => {
setReplying(false);
}}
/>
)}
>
)}
)}
{notification_rule === RULE.NEW_LIVESTREAM && (