Skip to content

Commit 1195f47

Browse files
Merge pull request KelvinTegelaar#1623 from BNWEIN/dev
Fixed issue with archive values
2 parents a7975c6 + 728734f commit 1195f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/identity/administration/UserEmailUsage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function UserEmailUsage({ userId, tenantDomain, className = null
3535
},
3636
{
3737
heading: 'Total Archive Size',
38-
body: String(`${usage?.TotalArchiveItemSize} GB`),
38+
body: String(`${usage?.TotalArchiveItemSize}`),
3939
},
4040
{
4141
heading: 'Total Archive Items',

0 commit comments

Comments
 (0)