mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +01:00
Another attempt to fix FOWP
This commit is contained in:
parent
8b77615c80
commit
45be17b93a
1 changed files with 2 additions and 2 deletions
|
@ -119,9 +119,9 @@ function App() {
|
|||
setUIState('default');
|
||||
}
|
||||
})();
|
||||
} else {
|
||||
setUIState('default');
|
||||
}
|
||||
|
||||
setUIState('default');
|
||||
}
|
||||
}, []);
|
||||
|
||||
|
|
Loading…
Reference in a new issue