From de7300691c5ee8c46d51e8295f239a99b96162f6 Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Thu, 22 Jun 2017 16:22:33 +0200 Subject: [PATCH] fixed fileSize on full item pages --- .../file-section/full-file-section.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/item-page/full/field-components/file-section/full-file-section.component.html b/src/app/item-page/full/field-components/file-section/full-file-section.component.html index 2482f44149..9a83442dd9 100644 --- a/src/app/item-page/full/field-components/file-section/full-file-section.component.html +++ b/src/app/item-page/full/field-components/file-section/full-file-section.component.html @@ -9,7 +9,7 @@
{{file.name}}
{{"item.page.filesection.size" | translate}}
-
{{(file.size) | dsFileSize }}
+
{{(file.sizeBytes) | dsFileSize }}
{{"item.page.filesection.format" | translate}}