optimize remote #2

This commit is contained in:
2022-11-10 16:58:53 +01:00
parent 34cb19dfd0
commit beecbdfb22
7 changed files with 24 additions and 24 deletions

View File

@@ -8,7 +8,6 @@
<ng-container *ngIf="shows$ | async as shows">
<app-card
*ngIf="getPrivateSongs(shows).length > 0"
@fade
[padding]="false"
heading="meine Veranstaltungen"
>
@@ -24,7 +23,6 @@
<ng-container *ngIf="publicShows$ | async as shows">
<app-card
*ngIf="shows.length > 0"
@fade
[padding]="false"
heading="veröffentlichte Veranstaltungen"
>