Add event starring from the card.

This commit is contained in:
Dermot Duffy
2022-06-28 20:19:32 -07:00
parent 7f430298da
commit 0f04e9383a
15 changed files with 152 additions and 21 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export function localize(string: string, search = '', replace = ''): string {
translated = string.split('.').reduce((o, i) => o[i], languages['en']);
}
if (translated === undefined) {
if (!translated) {
translated = string.split('.').reduce((o, i) => o[i], languages['en']);
}