From d1777838a880a3e074cb533ece63f290bc1b4aa5 Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Fri, 23 Oct 2020 19:32:32 +0200 Subject: [PATCH] FEAT #00000 TIME 0 fix prod --- .../followed-action-list/followed-action-list.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/app/home/followed-action-list/followed-action-list.component.html b/src/frontend/app/home/followed-action-list/followed-action-list.component.html index 2f2f655d13a..e2c3303039b 100755 --- a/src/frontend/app/home/followed-action-list/followed-action-list.component.html +++ b/src/frontend/app/home/followed-action-list/followed-action-list.component.html @@ -38,7 +38,7 @@ <mat-icon class="fas fa-snowflake" style="font-size: 20px;"></mat-icon> <span>{{ 'lang.freezeRetentionRule' | translate }}</span> </button> - <mat-divier></mat-divier> + <mat-divider></mat-divider> <button mat-menu-item [disabled]="selectedRes.length === 0" [title]="this.translate.instant('lang.setBindingDocument')" (click)="toggleBinding()"> <mat-icon class="fas fa-exclamation" style="font-size: 20px;"></mat-icon> -- GitLab