Unverified Commit 7cd08b8e authored by bunsenstraat's avatar bunsenstraat Committed by GitHub

Merge branch 'master' into fix-compiler

parents cde21923 764d97dc
......@@ -89,7 +89,10 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
dispatch({ type: '', payload: {} })
// Show 'Enable Slither Analysis' checkbox
if (currentWorkspace && currentWorkspace.isLocalhost === true) setShowSlither('visible')
else setShowSlither('hidden')
else {
setShowSlither('hidden')
setSlitherEnabled(false)
}
})
return () => { }
}, [props])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment