diff --git a/frontend/app/player/web/MessageManager.ts b/frontend/app/player/web/MessageManager.ts index 5425c7cd4..1f4e2d096 100644 --- a/frontend/app/player/web/MessageManager.ts +++ b/frontend/app/player/web/MessageManager.ts @@ -110,7 +110,7 @@ export default class MessageManager { public updateLists(lists: Partial) { // update each tab with tabid from events !!! - Object.values(this.tabs)[0].updateLists(lists) + Object.values(this.tabs)[0]?.updateLists?.(lists) } public _sortMessagesHack = (msgs: Message[]) => {