resolved: analysis result is being shown and I click on Select all, results are hidden instantly

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

@ -323,7 +323,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
{state.file}
</span>
</div>
{ categoryIndex.length > 0 && Object.entries(warningState).length > 0 &&
{Object.entries(warningState).length > 0 &&
<div id='staticanalysisresult' >
<div className="mb-4">
{

Loading…
Cancel
Save