Fix async pipe.

This commit is contained in:
Spencer Ofwiti 2021-05-19 09:32:35 +03:00
parent 872bf65786
commit 8ad736de20
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div *ngIf="transaction | async" class="mb-3 mt-1">
<div *ngIf="transaction" class="mb-3 mt-1">
<div class="card text-center">
<mat-card-title class="card-header">
<div class="row">