- {!isCommentNotification && (
-
- {notification_parameters.device.title}
-
- )}
+ {!isCommentNotification &&
{title}
}
{isCommentNotification && commentText ? (
<>
-
- {notification_parameters.device.title}
-
+
{title}
{commentText}
@@ -193,7 +229,13 @@ export default function Notification(props: Props) {