fixed Auto run is something which should run the analysis just after compilation

pull/1262/head
tizah 3 years ago committed by Liana Husikyan
parent 31f5b6bdcf
commit 06deede26e
  1. 2
      libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx

@ -72,7 +72,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
} }
} }
return () => { } return () => { }
}, [autoRun, categoryIndex, state]) }, [autoRun, state])
const message = (name, warning, more, fileName, locationString) : string => { const message = (name, warning, more, fileName, locationString) : string => {
return (` return (`

Loading…
Cancel
Save