Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha committed Jul 30, 2024
1 parent f1cbdd2 commit f2f3cdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ion-content class="transaction-status-info-popover__content">
<div class="transaction-status-info-popover__body" data-testid="content">
<ng-container *ngIf="transactionStatus === ExpenseTransactionStatus.PENDING; else posted"
<ng-container *ngIf="transactionStatus === 'PENDING'; else posted"
>Your transaction status is Pending until your bank processes the transaction.</ng-container
>

Expand Down

0 comments on commit f2f3cdc

Please sign in to comment.