Commit 6046453f authored by tizah's avatar tizah

fix: filename not showing in the result `last result for:` section

parent de96cd21
...@@ -320,6 +320,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => { ...@@ -320,6 +320,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
className="text-break break-word word-break font-weight-bold" className="text-break break-word word-break font-weight-bold"
id="staticAnalysisCurrentFile" id="staticAnalysisCurrentFile"
> >
{state.file}
</span> </span>
</div> </div>
{ categoryIndex.length > 0 && Object.entries(warningState).length > 0 && { categoryIndex.length > 0 && Object.entries(warningState).length > 0 &&
......
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