Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#2336 from BezaluLLC/dev
Browse files Browse the repository at this point in the history
Added Tenant ID to Tenant Information Offcanvas
  • Loading branch information
KelvinTegelaar committed Apr 16, 2024
2 parents f7bdf2d + bb6c7bd commit 98a2d31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/utilities/CippTenantOffcanvas.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ function CippTenantOffcanvas({ tenant, buildingIcon = false }) {
label: 'Display Name',
value: tenantProperty(tenantDetails, 'displayName'),
},
{
label: 'Tenant ID',
value: tenantProperty(tenantDetails, 'id'),
},
{
label: 'Business Phones',
value: tenantProperty(tenantDetails, 'businessPhones'),
Expand Down

0 comments on commit 98a2d31

Please sign in to comment.