From deb2f2721e059f11c54cffb8da013bba1caaa275 Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Fri, 27 Oct 2017 18:12:15 +0200 Subject: [PATCH] fixed broken bitstream formats on 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 c29f868de2..d5a7febeb9 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 @@ -13,7 +13,7 @@
{{"item.page.filesection.format" | translate}}
-
{{(file.format.)}}
+
{{(file.format | async)?.payload?.description}}
{{"item.page.filesection.description" | translate}}