From 1d6f59df994cae5ee3803b8ece2ddebe75d8d237 Mon Sep 17 00:00:00 2001 From: RamiBerm Date: Tue, 25 May 2021 10:19:52 +0300 Subject: [PATCH] Update HarPage.tsx --- ui/src/components/HarPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && } ) };