From 71d3d5c393953c05a9770a14a733d67c0328701a Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sun, 9 Feb 2025 12:42:32 +0330 Subject: [PATCH] fix bug --- .env | 4 ++-- src/pages/notification/Notification.tsx | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.env b/.env index c7f554d..2b0d39b 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ VITE_TOKEN_NAME = 'dsc_token' VITE_REFRESH_TOKEN_NAME = 'dsc_refresh_token' -# VITE_BASE_URL = 'https://danak-dsc-api.run.danakcorp.com' -VITE_BASE_URL = 'http://192.168.0.223:3500' \ No newline at end of file +VITE_BASE_URL = 'https://danak-dsc-api.run.danakcorp.com' +# VITE_BASE_URL = 'http://192.168.0.223:3500' \ No newline at end of file diff --git a/src/pages/notification/Notification.tsx b/src/pages/notification/Notification.tsx index 54789de..df2a4ff 100644 --- a/src/pages/notification/Notification.tsx +++ b/src/pages/notification/Notification.tsx @@ -74,8 +74,6 @@ const Notifications: FC = () => { hasMore={hasNextPage} loader={

در حال بارگذاری...

} scrollThreshold={0.9} - // scrollableTarget="notificationsContainer" - pullDownToRefresh