diff --git a/src/components/Tables/notification-history/index.tsx b/src/components/Tables/notification-history/index.tsx index e64ee0b..670ff2a 100644 --- a/src/components/Tables/notification-history/index.tsx +++ b/src/components/Tables/notification-history/index.tsx @@ -72,7 +72,11 @@ const NotificationHistoryTable = () => { {item.type} - {item.seen ? : } + {item.seen ? ( + + ) : ( + + )} {item.status}