diff --git a/src/app/notification/page.tsx b/src/app/notification/page.tsx index 054ef48..40a0187 100644 --- a/src/app/notification/page.tsx +++ b/src/app/notification/page.tsx @@ -19,22 +19,24 @@ export default function Notification() { - {sampleNotifications.map((notification, index) => ( -
-
- -
-

- {notification.message} -

-

{notification.time}

+ {sampleNotifications.map((notification, _) => ( +
+
+ +
+

+ {notification.message} +

+

+ {notification.time} +

+
+
- -
- ))} + ))}