Skip to content

Commit

Permalink
Fixed issue with archive values
Browse files Browse the repository at this point in the history
Fixed issue with archive values
  • Loading branch information
BNWEIN committed Jul 14, 2023
1 parent a7975c6 commit 728734f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/identity/administration/UserEmailUsage.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function UserEmailUsage({ userId, tenantDomain, className = null
},
{
heading: 'Total Archive Size',
body: String(`${usage?.TotalArchiveItemSize} GB`),
body: String(`${usage?.TotalArchiveItemSize}`),
},
{
heading: 'Total Archive Items',
Expand Down

0 comments on commit 728734f

Please sign in to comment.