finished fixing comments from @ryestew

pull/3779/head
Joseph Izang 1 year ago
parent e5181a183a
commit d914371979
  1. 2
      libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx

@ -657,7 +657,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
label="Slither"
onChange={() => {}}
optionalClassName="mr-3"
title={"Run Slither static analysis."}
title={slitherEnabled ? "Run Slither static analysis." : "To have slither active, you need to have remixd connected to your local filesystem"}
/>
</div>
<Button

Loading…
Cancel
Save