Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#1623 from BNWEIN/dev
Browse files Browse the repository at this point in the history
Fixed issue with archive values
  • Loading branch information
KelvinTegelaar committed Jul 14, 2023
2 parents a7975c6 + 728734f commit 1195f47
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 1195f47

Please sign in to comment.