From c41c532d0fb4f4187102569ddfb321654e71f370 Mon Sep 17 00:00:00 2001 From: adfost Date: Wed, 4 Aug 2021 12:01:41 -0700 Subject: [PATCH] bug fix (#919) Co-authored-by: Adam Stafford Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com> --- .../screens/Console/Tenants/TenantDetails/pods/PodEvents.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal-ui/src/screens/Console/Tenants/TenantDetails/pods/PodEvents.tsx b/portal-ui/src/screens/Console/Tenants/TenantDetails/pods/PodEvents.tsx index 366b3c95f..94d308086 100644 --- a/portal-ui/src/screens/Console/Tenants/TenantDetails/pods/PodEvents.tsx +++ b/portal-ui/src/screens/Console/Tenants/TenantDetails/pods/PodEvents.tsx @@ -61,7 +61,7 @@ const PodEvents = ({ setErrorSnackMessage, }: IPodEventsProps) => { const [event, setEvent] = useState([]); - const [loading, setLoading] = useState(false); + const [loading, setLoading] = useState(true); useEffect(() => { if (propLoading) {