UNPKG

@fleetbase/ember-ui

Version:

Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.

8 lines (6 loc) 200 B
import Component from '@glimmer/component'; export default class ChatTrayInboxPanelComponent extends Component { get hasChannels() { return (this.args.channels ?? []).length > 0; } }