Update preload.tsx

LianaHus-patch-7
Liana Husikyan 11 months ago committed by GitHub
parent 7fa56b800b
commit 517bf8b038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/remix-ide/src/app/components/preload.tsx

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

Loading…
Cancel
Save