From 525fbe2d4da998c5a6ff3e81e470e01ee3cba012 Mon Sep 17 00:00:00 2001 From: adhi0331 Date: Sun, 16 Jun 2024 15:29:45 -0500 Subject: [PATCH] fixed minor bug --- .../src/components/NotificationCard/NotificationTable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/NotificationCard/NotificationTable.tsx b/frontend/src/components/NotificationCard/NotificationTable.tsx index 1a27fda..a4289fc 100644 --- a/frontend/src/components/NotificationCard/NotificationTable.tsx +++ b/frontend/src/components/NotificationCard/NotificationTable.tsx @@ -71,12 +71,12 @@ export default function NotificationTable({ firebaseToken }: NotificationsProps) return (
{notApprovedUsers.map((user) => ( -
+
handleApproveUser(user.email)} onDeny={() => handleDenyUser(user.email)} />