Fixed broken index page
This commit is contained in:
parent
524c2213a9
commit
61286021bd
1 changed files with 1 additions and 1 deletions
2
index.ts
2
index.ts
|
@ -68,7 +68,7 @@ let layoutToUse: LayoutConfig = AllKnownLayouts.allKnownLayouts.get(defaultLayou
|
||||||
|
|
||||||
|
|
||||||
// WOrkaround/legacy
|
// WOrkaround/legacy
|
||||||
if(layoutToUse.id === "cyclofix"){
|
if(layoutToUse?.id === "cyclofix"){
|
||||||
QueryParameters.GetQueryParameter("layer-bike_shops", "true", "Legacy - keep De Fietsambassade working").syncWith(
|
QueryParameters.GetQueryParameter("layer-bike_shops", "true", "Legacy - keep De Fietsambassade working").syncWith(
|
||||||
QueryParameters.GetQueryParameter("layer-bike_shop","true","Legacy - keep De Fietsambassade working")
|
QueryParameters.GetQueryParameter("layer-bike_shop","true","Legacy - keep De Fietsambassade working")
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue