diff --git a/pkg/interface/chat/src/js/components/root.js b/pkg/interface/chat/src/js/components/root.js index 7efe908346..71b12597ab 100644 --- a/pkg/interface/chat/src/js/components/root.js +++ b/pkg/interface/chat/src/js/components/root.js @@ -45,12 +45,13 @@ export class Root extends Component { state.invites['/chat'] : {}; let contacts = !!state.contacts ? state.contacts : {}; + let associations = !!state.associations ? state.associations : new Map; const renderChannelSidebar = (props, station) => (