Fixed broken index page

This commit is contained in:
pietervdvn 2021-04-22 03:43:26 +02:00
parent 524c2213a9
commit 61286021bd

View file

@ -68,7 +68,7 @@ let layoutToUse: LayoutConfig = AllKnownLayouts.allKnownLayouts.get(defaultLayou
// 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_shop","true","Legacy - keep De Fietsambassade working")
)