Skip to content

Commit 7d73ef9

Browse files
committed
Revert "Merge pull request colouring-cities#1433 from matkoniecz/feature/disable_some_options"
This reverts commit bb7ba04, reversing changes made to 9b8d622.
1 parent bb7ba04 commit 7d73ef9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/frontend/map/map.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@ export const ColouringMap : FC<ColouringMapProps> = ({
172172
<ParcelSwitcher/>
173173
<FloodSwitcher/>
174174
<ConservationAreaSwitcher/>
175-
{ /* <HistoricMapSwitcher/> */ }
176-
{ /* <HistoricDataSwitcher/> */ }
175+
<HistoricMapSwitcher/>
176+
<HistoricDataSwitcher/>
177177
<VistaSwitcher />
178178
<HousingSwitcher />
179179
<CreativeSwitcher />
180-
{ /* <EditableBuildingsSwitcher /> */ }
180+
<EditableBuildingsSwitcher />
181181
</>
182182
: <></>
183183
}

0 commit comments

Comments
 (0)