Update preload.tsx

pull/5370/head
Liana Husikyan 1 year ago committed by GitHub
parent ab0fe2519f
commit 84657ed084
  1. 2
      apps/remix-ide/src/app/components/preload.tsx

@ -80,7 +80,7 @@ export const Preload = (props: any) => {
}
}
useEffect(() => {
useEffect (() => {
if(isElectron()){
loadAppComponent()
return

Loading…
Cancel
Save