Skip to content

Commit

Permalink
fix: fix price filter by last 30 days. ref #358. closes #981
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Oct 24, 2024
1 parent 4d40b56 commit f627c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default {
{ key: 'price_count_0', value: 'FilterProductWithoutPriceCount' },
],
PRICE_FILTER_LIST: [
{ key: 'only_last_30d', value: 'FilterPriceMoreThan30DaysHide' },
{ key: 'show_last_month', value: 'FilterPriceMoreThan30DaysHide' },
],
PROOF_FILTER_LIST: [
{ key: 'hide_price_count_gte_1', value: 'FilterProofWithPriceCountHide' },
Expand Down

0 comments on commit f627c17

Please sign in to comment.