{!isCommentNotification && (
{title}
)}
{isCommentNotification && commentText ? (
<>
{title}
{commentText}
>
) : (
<>
{notification_parameters.device.text}
>
)}
{isCommentNotification && (
{/* figure out a better flow for this */}
{/* isReplying && (
{
setReplying(false);
}}
onCancelReplying={() => {
setReplying(false);
}}
/>
) */}
)}
{notification_rule === RULE.NEW_CONTENT && (
)}
{notification_rule === RULE.NEW_LIVESTREAM && (
)}