Commit 6f1d745f authored by tizah's avatar tizah Committed by GitHub

adding a condition to fix ci build

parent 5a6953c9
......@@ -356,8 +356,9 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
{result.currentFile && result.currentFile}
</span>
</div>
<div className="" >
<div className="mb-4" >
{ Object.entries(warningState).length > 0 &&
<div id='staticanalysisresult' >
<div className="mb-4 warning">
{
(Object.entries(warningState).map((element) => (
<>
......@@ -370,6 +371,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
}
</div>
</div>
}
</div>
)
}
......
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