diff --git a/ui/src/components/HarPage.tsx b/ui/src/components/HarPage.tsx index 50c9db164..33e7cc525 100644 --- a/ui/src/components/HarPage.tsx +++ b/ui/src/components/HarPage.tsx @@ -172,7 +172,7 @@ export const HarPage: React.FC = () => { {selectedHarEntry && } } - {apiStatus && } + {apiStatus?.pods != null && } ) };