Lobby/Dashboard - prevent crashing out when widget title wasn't set.

This commit is contained in:
Ad Schellevis 2024-11-26 14:29:36 +01:00
parent 51d51b7677
commit e179609493

View File

@ -331,7 +331,7 @@ class WidgetManager {
if (this.moduleDiff.includes(id)) {
options.push({
value: id,
text: this.widgetTranslations[id].title
text: this.widgetTranslations[id].title ?? id
});
}
}