Skip to content

Commit c41c532

Browse files
adfostAdam Staffordbexsoft
authored
bug fix (#919)
Co-authored-by: Adam Stafford <adamstafford@Adams-MacBook-Pro.local> Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com>
1 parent 023622d commit c41c532

File tree

1 file changed

+1
-1
lines changed
  • portal-ui/src/screens/Console/Tenants/TenantDetails/pods

1 file changed

+1
-1
lines changed

portal-ui/src/screens/Console/Tenants/TenantDetails/pods/PodEvents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const PodEvents = ({
6161
setErrorSnackMessage,
6262
}: IPodEventsProps) => {
6363
const [event, setEvent] = useState<IEvent[]>([]);
64-
const [loading, setLoading] = useState<boolean>(false);
64+
const [loading, setLoading] = useState<boolean>(true);
6565

6666
useEffect(() => {
6767
if (propLoading) {

0 commit comments

Comments
 (0)