Skip to content

Commit 788ee23

Browse files
committed
Fontend: Don't show summary or table while scanning is running
1 parent eb74ff3 commit 788ee23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/frontend/src/routes/Audit.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@ export const Audit = () => {
939939
&& pages
940940
&& scans
941941
&& scans.length > 0
942+
&& ( scans[scans.length - 1].status == "complete" || scans[scans.length - 1].status == "failed" )
942943
&&
943944
<Tabs.Root
944945
orientation="horizontal"

0 commit comments

Comments
 (0)