Skip to content

Commit 556d129

Browse files
committed
fix: potential duplicate filter pill click (#3191)
1 parent f35f9df commit 556d129

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/fyle/my-expenses/my-expenses.page.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,6 +1669,8 @@ export class MyExpensesPage implements OnInit {
16691669
await this.openFilters('Sort By');
16701670
} else if (filterType === 'splitExpense') {
16711671
await this.openFilters('Split Expense');
1672+
} else if (filterType === 'potentialDuplicates') {
1673+
await this.openFilters('Potential duplicates');
16721674
}
16731675
}
16741676

0 commit comments

Comments
 (0)