<div class="chat-container {{if (media 'isMobile') 'is-mobile'}}" ...attributes>
    {{#each this.chat.openChannels as |chatChannel|}}
        <ChatWindow @channel={{chatChannel}} />
    {{/each}}
</div>