Skip to content

Commit

Permalink
fix: potential duplicate filter pill click (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
devendrafyle authored Aug 28, 2024
1 parent 3c84fd5 commit 172dbfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/fyle/my-expenses/my-expenses.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1669,6 +1669,8 @@ export class MyExpensesPage implements OnInit {
await this.openFilters('Sort By');
} else if (filterType === 'splitExpense') {
await this.openFilters('Split Expense');
} else if (filterType === 'potentialDuplicates') {
await this.openFilters('Potential duplicates');
}
}

Expand Down

0 comments on commit 172dbfe

Please sign in to comment.