Skip to content

Commit

Permalink
chore: minor code refactoring with updating the inactive based condit…
Browse files Browse the repository at this point in the history
…ions on cards
  • Loading branch information
AnurosePrakash committed Jul 4, 2023
1 parent cd4bcf5 commit 11079e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<div class="text-right">
{{ card.statusText }}
<mat-icon
*ngIf="card.statusText === 'Inactive'"
*ngIf="!card.canTransfer"
class="mat-icon-[10px]"
>info
</mat-icon>
Expand Down

0 comments on commit 11079e2

Please sign in to comment.