network error popup 주석처리
This commit is contained in:
@@ -643,11 +643,11 @@ export default function MainView({ className, initService }) {
|
||||
}
|
||||
}, [dispatch, popupData]);
|
||||
|
||||
useEffect(() => {
|
||||
if (!isInternetConnected) {
|
||||
dispatch(setShowPopup(Config.ACTIVE_POPUP.networkErrorPopup));
|
||||
}
|
||||
}, [isInternetConnected]);
|
||||
// useEffect(() => {
|
||||
// if (!isInternetConnected) {
|
||||
// dispatch(setShowPopup(Config.ACTIVE_POPUP.networkErrorPopup));
|
||||
// }
|
||||
// }, [isInternetConnected]);
|
||||
|
||||
return (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user