hide slither button when not localhost workspace

pull/1413/head
Aniket-Engg 3 years ago committed by Aniket
parent 2ff2cb0ba1
commit ad58e2000b
  1. 1
      libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx

@ -89,6 +89,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
dispatch({ type: '', payload: {} })
// Show 'Enable Slither Analysis' checkbox
if (currentWorkspace && currentWorkspace.isLocalhost === true) setShowSlither('visible')
else setShowSlither('hidden')
})
return () => { }
}, [props])

Loading…
Cancel
Save