Skip to content

Commit e3a3a44

Browse files
adfostbexsoft
andauthored
Update portal-ui/src/screens/Console/Tenants/TenantDetails/TenantDetails.tsx
Co-authored-by: Alex <[email protected]>
1 parent cc4915c commit e3a3a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ const TenantDetails = ({
680680
</Grid>
681681
</React.Fragment>
682682
)}
683-
{selectedTab === 2 && pods[0].time && (
683+
{selectedTab === 2 && pods.length > 1 && (
684684
<TableWrapper
685685
columns={[
686686
{ label: "Name", elementKey: "name" },

0 commit comments

Comments
 (0)