[frontend] Fix issue with twitter pipe
This commit is contained in:
parent
74aa79d64e
commit
d35fc500d0
|
@ -16,7 +16,7 @@
|
|||
</mat-card-header>
|
||||
<mat-card-content>
|
||||
<mat-list *ngIf="twitters$ | async as twitters">
|
||||
<mat-list-item *ngIf="twitters.length === 0">
|
||||
<mat-list-item *ngIf="(twitters | twitterCorpses).length === 0">
|
||||
<button mat-menu-item (click)="onCreate()">
|
||||
<mat-icon>add</mat-icon>
|
||||
<span> Add a platform connection!</span>
|
||||
|
|
Loading…
Reference in a new issue