drop dead code

This commit is contained in:
Mateusz Konieczny 2023-02-15 07:43:46 +01:00
parent 5edf6d4b1f
commit 62fbd4378e

View File

@ -21,10 +21,6 @@ import { useDisplayPreferences } from '../../displayPreferences-context';
* Community view/edit section
*/
const CommunityView: React.FunctionComponent<CategoryViewProps> = (props) => {
const switchToLikesMapStyle = (e) => {
e.preventDefault();
props.onMapColourScale('likes')
}
const switchToTypologyMapStyle = (e) => {
e.preventDefault();
props.onMapColourScale('typology_likes')