remove button for getting back to empty map style as it is gone

This commit is contained in:
Mateusz Konieczny 2023-01-19 14:18:04 +01:00
parent f8ebd89e82
commit d75a3d3ee7

View File

@ -110,9 +110,7 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
{'Click here to view possible locations of future applications'} {'Click here to view possible locations of future applications'}
</button> </button>
: :
<button className="map-switcher-inline btn btn-outline btn-outline-dark" onClick={switchToEmptyMapStyle}> <></>
{'Click here to hide possible locations of future applications'}
</button>
} }
<UserOpinionEntry <UserOpinionEntry
slug='community_expected_planning_application' slug='community_expected_planning_application'