pull/5371/head
bunsenstraat 2 weeks ago
parent cf6b7bfe47
commit b3d5a42c10
  1. 2
      libs/remix-ui/app/src/lib/remix-app/remix-app.tsx

@ -79,7 +79,7 @@ const RemixApp = (props: IRemixAppUi) => {
}, [])
useEffect(() => {
if(!appState.showPopupPanel) {
if (!appState.showPopupPanel) {
window.localStorage.setItem('did_show_popup_panel', 'true')
}
},[appState.showPopupPanel])

Loading…
Cancel
Save