Skip to content

Commit

Permalink
Disable some buttons, as Polly requested.
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Nov 18, 2024
1 parent 4de59db commit 25274f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/frontend/map/map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@ export const ColouringMap : FC<ColouringMapProps> = ({
<ParcelSwitcher/>
<FloodSwitcher/>
<ConservationAreaSwitcher/>
<HistoricMapSwitcher/>
<HistoricDataSwitcher/>
{ /* <HistoricMapSwitcher/> */ }
{ /* <HistoricDataSwitcher/> */ }
<VistaSwitcher />
<HousingSwitcher />
<CreativeSwitcher />
<EditableBuildingsSwitcher />
{ /* <EditableBuildingsSwitcher /> */ }
</>
: <></>
}
Expand Down

0 comments on commit 25274f9

Please sign in to comment.