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();
|
e.preventDefault();
|
||||||
props.onMapColourScale('is_domestic')
|
props.onMapColourScale('is_domestic')
|
||||||
}
|
}
|
||||||
const switchToIsLanduseMapStyle = (e) => {
|
|
||||||
e.preventDefault();
|
|
||||||
props.onMapColourScale('use')
|
|
||||||
}
|
|
||||||
const { darkLightTheme } = useDisplayPreferences();
|
const { darkLightTheme } = useDisplayPreferences();
|
||||||
return (
|
return (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
|
Loading…
Reference in New Issue
Block a user