fix bug
This commit is contained in:
@@ -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'
|
||||
VITE_BASE_URL = 'https://danak-dsc-api.run.danakcorp.com'
|
||||
# VITE_BASE_URL = 'http://192.168.0.223:3500'
|
||||
@@ -74,8 +74,6 @@ const Notifications: FC = () => {
|
||||
hasMore={hasNextPage}
|
||||
loader={<h4>در حال بارگذاری...</h4>}
|
||||
scrollThreshold={0.9}
|
||||
// scrollableTarget="notificationsContainer"
|
||||
pullDownToRefresh
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user