- ${this.view === 'apps' - ? html`` - : this.view === 'ghost-murmur' - ? html`` - : this.view === 'inspector' - ? html`` - : this.view === 'witness' - ? html`` - : html``} + ${this.view === 'home' + ? html`` + : this.view === 'apps' + ? html`` + : this.view === 'ghost-murmur' + ? html`` + : this.view === 'inspector' + ? html`` + : this.view === 'witness' + ? html`` + : html``}