Skip to content

Commit

Permalink
Merge pull request #1433 from matkoniecz/feature/disable_some_options
Browse files Browse the repository at this point in the history
Disable some buttons, as Polly requested.
  • Loading branch information
matkoniecz authored Nov 18, 2024
2 parents 9b8d622 + 25274f9 commit bb7ba04
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 bb7ba04

Please sign in to comment.