diff --git a/report/src/components/Navbar.tsx b/report/src/components/Navbar.tsx index 927b83e..17db3e2 100644 --- a/report/src/components/Navbar.tsx +++ b/report/src/components/Navbar.tsx @@ -140,6 +140,9 @@ const Navbar = ({ urlPrefix }: ProvidedProps) => { + {!isLoadTestsRoute && isLoading && ( +
+ )} {!isLoadTestsRoute && !isLoading && !!allBenchmarkRuns?.runs.length && (