Performance improvements

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-10-05 12:13:19 +02:00
parent 0cbe0b8fad
commit 456e987af8
25 changed files with 75 additions and 206 deletions

View File

@@ -60,9 +60,7 @@ export const eventMetaDataList: IEventMetadataDescription[] = [
icon: "smoking-off",
key: "mz:accessibility:smokeFree",
label: t("Smoke free") as string,
description: t(
"Whether smoking is prohibited during the event"
) as string,
description: t("Whether smoking is prohibited during the event") as string,
value: "false",
type: EventMetadataType.BOOLEAN,
keyType: EventMetadataKeyType.PLAIN,