Skip to content

Commit 1299fcd

Browse files
committed
Remove DISABLE_COMPLEMENTARY_AREA handling in interface reducer
1 parent 75f7eb2 commit 1299fcd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/interface/src/store/reducer.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ export function complementaryAreas( state = {}, action ) {
2525
[ scope ]: area,
2626
};
2727
}
28-
case 'DISABLE_COMPLEMENTARY_AREA': {
29-
const { scope } = action;
30-
const newState = { ...state };
31-
delete newState[ scope ];
32-
return newState;
33-
}
3428
}
3529

3630
return state;

0 commit comments

Comments
 (0)