remove no longer needed code
This commit is contained in:
parent
7d9580ae17
commit
5edf6d4b1f
@ -21,10 +21,6 @@ const UseView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
e.preventDefault();
|
||||
props.onMapColourScale('is_domestic')
|
||||
}
|
||||
const switchToIsLanduseMapStyle = (e) => {
|
||||
e.preventDefault();
|
||||
props.onMapColourScale('use')
|
||||
}
|
||||
const { darkLightTheme } = useDisplayPreferences();
|
||||
return (
|
||||
<Fragment>
|
||||
|
Loading…
Reference in New Issue
Block a user