There was an error while loading. Please reload this page.
1 parent eb74ff3 commit 788ee23Copy full SHA for 788ee23
1 file changed
apps/frontend/src/routes/Audit.tsx
@@ -939,6 +939,7 @@ export const Audit = () => {
939
&& pages
940
&& scans
941
&& scans.length > 0
942
+ && ( scans[scans.length - 1].status == "complete" || scans[scans.length - 1].status == "failed" )
943
&&
944
<Tabs.Root
945
orientation="horizontal"
0 commit comments