From e67c3a2eec7e2673020ee42ca2d7799f6387aa72 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 12 Oct 2021 15:19:27 +0200 Subject: [PATCH] Fixed build for monolignual themes --- UI/BigComponents/ThemeIntroductionPanel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/BigComponents/ThemeIntroductionPanel.ts b/UI/BigComponents/ThemeIntroductionPanel.ts index c7c0964210..ae37813252 100644 --- a/UI/BigComponents/ThemeIntroductionPanel.ts +++ b/UI/BigComponents/ThemeIntroductionPanel.ts @@ -54,7 +54,7 @@ export default class ThemeIntroductionPanel extends Combine { toTheMap, loginStatus.SetClass("block"), layout.descriptionTail?.Clone().SetClass("block mt-4"), - languagePicker.SetClass("block mt-4"), + languagePicker?.SetClass("block mt-4"), ...layout.CustomCodeSnippets() ])