diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html
index fbc1a8b89..7bd77361c 100644
--- a/src-ui/src/app/components/app-frame/app-frame.component.html
+++ b/src-ui/src/app/components/app-frame/app-frame.component.html
@@ -256,10 +256,10 @@
ngbPopover="File Tasks" i18n-ngbPopover [disablePopover]="!slimSidebarEnabled" placement="end"
container="body" triggers="mouseenter:mouseleave" popoverClass="popover-slim">
File Tasks@if (tasksService.failedFileTasks.length > 0) {
- {{tasksService.failedFileTasks.length}}
+ {{tasksService.failedFileTasks.length}}
}
@if (tasksService.failedFileTasks.length > 0 && slimSidebarEnabled) {
- {{tasksService.failedFileTasks.length}}
+ {{tasksService.failedFileTasks.length}}
}