diff --git a/frontend/src/app/core/layout/navbar.component.ts b/frontend/src/app/core/layout/navbar.component.ts index 3283ebb..3db215c 100644 --- a/frontend/src/app/core/layout/navbar.component.ts +++ b/frontend/src/app/core/layout/navbar.component.ts @@ -2,7 +2,7 @@ import { Component } from '@angular/core'; import { RouterLink, RouterLinkActive } from '@angular/router'; import { TranslateModule } from '@ngx-translate/core'; import { LanguageService } from '../services/language.service'; -import {routes} from '../../app.routes'; +import { routes } from '../../app.routes'; @Component({ selector: 'app-navbar', diff --git a/frontend/src/app/features/admin/pages/admin-cad-invoices.component.html b/frontend/src/app/features/admin/pages/admin-cad-invoices.component.html index e1cdbb5..9dc0022 100644 --- a/frontend/src/app/features/admin/pages/admin-cad-invoices.component.html +++ b/frontend/src/app/features/admin/pages/admin-cad-invoices.component.html @@ -96,7 +96,9 @@ {{ row.cadTotalChf | currency: "CHF" }} {{ row.grandTotalChf | currency: "CHF" }} {{ row.sessionStatus }} - {{ row.notes || "-" }} + + {{ row.notes || "-" }} + - - -