Skip to content

Commit

Permalink
fix: minor comment (#3261)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumrender authored Nov 13, 2024
1 parent bb84301 commit 57df4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/fyle/personal-cards/personal-cards.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<ion-segment
class="personal-cards-segment-block"
(ionChange)="segmentChanged($event)"
value="{{selectedTrasactionType}}"
value="{{selectedTransactionType}}"
>
<ion-segment-button value="INITIALIZED" class="personal-cards--segment-block__btn">
Transactions
Expand Down Expand Up @@ -200,7 +200,7 @@
[previousTxnDate]="transactions[i-1]?.btxn_transaction_dt"
[txnId]="transaction.btxn_id"
[isMatchedCountLoading]="transaction.btxn_id === loadingTxnId"
[status]="selectedTrasactionType"
[status]="selectedTransactionType"
[isSelectionModeEnabled]="selectionMode"
[selectedElements]="selectedElements"
(setMultiselectMode)="switchSelectionMode($event)"
Expand Down

0 comments on commit 57df4fb

Please sign in to comment.