Skip to content

Commit 1e8f466

Browse files
Adam StaffordAdam Stafford
authored andcommitted
removing extra change
1 parent 42c422a commit 1e8f466

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ const PodDetails = ({ classes, match }: IPodDetailsProps) => {
9696
tenant={tenantName}
9797
namespace={tenantNamespace}
9898
podName={podName}
99-
propLoading={true}
99+
propLoading={loading}
100100
/>
101101
)}
102102
{curTab === 1 && (
103103
<PodLogs
104104
tenant={tenantName}
105105
namespace={tenantNamespace}
106106
podName={podName}
107-
propLoading={true}
107+
propLoading={loading}
108108
/>
109109
)}
110110
</Grid>

0 commit comments

Comments
 (0)