Skip to content

Commit

Permalink
[FM] Automated formating frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and peggimann committed Nov 23, 2023
1 parent 9912816 commit 370bc0b
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
<section class="m-0 d-sm-flex d-md-none w-100">
<mat-accordion [displayMode]="'flat'" class="w-100">
<mat-expansion-panel (closed)="panelOpenState = false" (opened)="panelOpenState = true" id="header-accordion">
<mat-expansion-panel-header >
<mat-expansion-panel-header>
<mat-panel-title>

<span *ngIf="!panelOpenState; else openedPanel">{{ (quarterLabel$ | async) || quarterLabel$.getValue() }}</span>
<ng-template #openedPanel>
Filter
</ng-template>
<span *ngIf="!panelOpenState; else openedPanel">{{
(quarterLabel$ | async) || quarterLabel$.getValue()
}}</span>
<ng-template #openedPanel> Filter </ng-template>
</mat-panel-title>
</mat-expansion-panel-header>

Expand Down

0 comments on commit 370bc0b

Please sign in to comment.