diff --git a/app/[locale]/components/notification.tsx b/app/[locale]/components/notification.tsx index 3efb117..41fd9ff 100644 --- a/app/[locale]/components/notification.tsx +++ b/app/[locale]/components/notification.tsx @@ -88,9 +88,7 @@ export default function Notifications() document.title, { icon: icon?.href, - body: notification.title, - timestamp: - notification.createdAt.getTime() + body: notification.title } ); @@ -240,8 +238,7 @@ export default function Notifications()
{modalMessages( - `description_${ - notification.message }` + `description_${ notification.message }` )}