diff options
Diffstat (limited to 'src/App.web.tsx')
-rw-r--r-- | src/App.web.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.web.tsx b/src/App.web.tsx index b0f949b8b..41a7189d3 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -10,7 +10,7 @@ import {ToastContainer} from './view/com/util/Toast.web' import {ThemeProvider} from 'lib/ThemeContext' import {observer} from 'mobx-react-lite' -const App = observer(() => { +const App = observer(function AppImpl() { const [rootStore, setRootStore] = useState<RootStoreModel | undefined>( undefined, ) |