diff --git a/src/app/process-page/detail/process-detail.component.html b/src/app/process-page/detail/process-detail.component.html index eb6d0a6674..9cb1f1e6af 100644 --- a/src/app/process-page/detail/process-detail.component.html +++ b/src/app/process-page/detail/process-detail.component.html @@ -15,10 +15,10 @@
-
- {{getFileName(file)}} - ({{file?.sizeBytes | dsFileSize}}) -
+ + {{getFileName(file)}} + ({{(file?.sizeBytes) | dsFileSize }}) +