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);