diff --git a/src/constants.js b/src/constants.js index 1c08a6fed96..9bc8aa8f390 100644 --- a/src/constants.js +++ b/src/constants.js @@ -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' },