Explorar el Código

check nm token fix

Viktoriia hace 11 meses
padre
commit
e0f37e9975
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Route.tsx

+ 0 - 1
Route.tsx

@@ -109,7 +109,6 @@ const Route = () => {
   useEffect(() => {
     const handleAppStateChange = async (nextAppState: string) => {
       if (appState.match(/inactive|background/) && nextAppState === 'active') {
-        console.log('Додаток було згорнуто і знову відкрито');
         await checkNmToken();
       }
       setAppState(nextAppState);