We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b39a6 commit 894f6ceCopy full SHA for 894f6ce
portal-ui/src/screens/Console/Tenants/TenantDetails/SubnetLicenseTenant.tsx
@@ -99,7 +99,7 @@ const SubnetLicenseTenant = ({
99
licenseInfo,
100
activateProduct,
101
}: ISubnetLicenseTenant) => {
102
- const expiryTime = tenant
+ const expiryTime = tenant?.subnet_license
103
? DateTime.fromISO(tenant.subnet_license.expires_at)
104
: DateTime.now();
105
0 commit comments