diff --git a/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html b/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html index c52fe7de8..8dbac8f8d 100644 --- a/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html +++ b/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html @@ -537,9 +537,7 @@ type="button" mat-button [matMenuTriggerFor]="changeRecoMenu" - *ngIf=" - motion && (hasChangingObjects() || motion.modified_final_version) - " + *ngIf="motion && (hasChangingObjects() || motion.modified_final_version)" > rate_review  {{ verboseChangeRecoMode[crMode] | translate }} @@ -670,7 +668,9 @@ - {{ preamble | translate }} + {{ + preamble | translate + }} @@ -902,7 +902,7 @@