mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
Lobby/Dashboard - prevent crashing out when widget title wasn't set.
This commit is contained in:
parent
51d51b7677
commit
e179609493
@ -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
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user