From a50913a0945250975d96a96f0fd70a7d0aa44e92 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sat, 10 Apr 2021 23:53:45 +0200 Subject: [PATCH] Fix parenthese --- Customizations/JSON/LayerConfig.ts | 2 +- Models/Constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Customizations/JSON/LayerConfig.ts b/Customizations/JSON/LayerConfig.ts index 6db14c562..e93095486 100644 --- a/Customizations/JSON/LayerConfig.ts +++ b/Customizations/JSON/LayerConfig.ts @@ -414,7 +414,7 @@ export default class LayerConfig { const label = self.label.GetRenderValue(tgs)?.Subs(tgs).SetClass("block w-min text-center") console.log("Generating label gave ", label, " source: ", self.label, "tags: ", tgs) if (label !== undefined) { - htmlParts.push(new Combine([label]).SetClass("flex flex-col items-center"); + htmlParts.push(new Combine([label]).SetClass("flex flex-col items-center")) } return new Combine(htmlParts).Render(); }) diff --git a/Models/Constants.ts b/Models/Constants.ts index b211bef9d..9091bfb51 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -2,7 +2,7 @@ import { Utils } from "../Utils"; export default class Constants { - public static vNumber = "0.6.7"; + public static vNumber = "0.6.8"; // The user journey states thresholds when a new feature gets unlocked public static userJourney = {