Skip to content

Commit 772c225

Browse files
author
ci-bot
committed
reset app
1 parent 55e9392 commit 772c225

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/remix-ui/app/src/lib/remix-app/remix-app.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const RemixApp = (props: IRemixAppUi) => {
3737
const sidePanelRef = useRef(null)
3838
const pinnedPanelRef = useRef(null)
3939

40-
// randomcchange to force rerender when appState changes some more
4140
const [appState, appStateDispatch] = useReducer(appReducer, {
4241
...appInitialState,
4342
showPopupPanel: !window.localStorage.getItem('did_show_popup_panel') && !isElectron(),

0 commit comments

Comments
 (0)