From 5f71203efc0392f5b5893c15dc29a76498a27ce4 Mon Sep 17 00:00:00 2001 From: Raja Oktafrianto Date: Tue, 29 Apr 2025 16:18:27 +0700 Subject: [PATCH] update --- src/pages/notification/hooks/ManageNotificationContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/notification/hooks/ManageNotificationContext.tsx b/src/pages/notification/hooks/ManageNotificationContext.tsx index 8ec1253..80ea544 100644 --- a/src/pages/notification/hooks/ManageNotificationContext.tsx +++ b/src/pages/notification/hooks/ManageNotificationContext.tsx @@ -135,7 +135,7 @@ const ManageNotifContextProvider = ({ children }: { children: React.ReactNode }) order_direction: sorting[0].desc == false ? 'ASC' : 'DESC', filter: JSON.stringify(filter) }); - // console.log('API Response notif: ', response); + // console.log('API Response notif: ', response.); return { data: response?.data.list, totalCount: response?.data.total_count }; } catch (error) { console.error('Error fetching notification', error);