desktopoffline
bunsenstraat 1 year ago
parent be1785b832
commit 4e9a8c0c03
  1. 2
      libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx

@ -108,7 +108,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
useEffect(() => {
setState((prevState) => {
return {...prevState, onlyDownloaded: !online}
return {...prevState, onlyDownloaded: !online}
})
},[online])

Loading…
Cancel
Save