Skip to content

Commit

Permalink
feat: matched loans filter added to filter page (#5073)
Browse files Browse the repository at this point in the history
  • Loading branch information
roger-in-kiva authored Nov 15, 2023
1 parent 2e0f1df commit cbc085b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Lend/LoanSearch/LoanSearchFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ export default {
filterConfig.config.pageOffset.uiConfig.stateKey,
filterConfig.config.pageLimit.uiConfig.stateKey,
filterConfig.config.activities.uiConfig.stateKey,
filterConfig.config.isMatchable.uiConfig.stateKey,
].includes(filterConfig.config[key].uiConfig.stateKey);
return !hiddenFilters && (this.extendFlssFilters || !isExperimentFilter);
Expand Down

0 comments on commit cbc085b

Please sign in to comment.