Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 72bd2d9

Browse files
committed
Remove unnecessary state
1 parent 00cae9f commit 72bd2d9

File tree

1 file changed

+0
-6
lines changed
  • assets/js/blocks/simple-price-filter

1 file changed

+0
-6
lines changed

assets/js/blocks/simple-price-filter/view.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ const getHrefWithFilters = ( { state } ) => {
2626

2727
store( {
2828
state: {
29-
filters: {
30-
isMinActive: true,
31-
isMaxActive: false,
32-
},
33-
},
34-
derived: {
3529
filters: {
3630
rangeStyle: ( { state } ) => {
3731
const { minPrice, maxPrice, maxRange } = state.filters;

0 commit comments

Comments
 (0)