forked from mystiq/hydrogen-web
placeholder does not count as room shown
This commit is contained in:
parent
b79b41adcd
commit
dafa995429
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export class SessionView extends TemplateView {
|
|||
return t.div({
|
||||
className: {
|
||||
"SessionView": true,
|
||||
"room-shown": vm => !!vm.selectionId
|
||||
"room-shown": vm => vm.selectionId !== "placeholder"
|
||||
},
|
||||
}, [
|
||||
t.view(new SessionStatusView(vm.sessionStatusViewModel)),
|
||||
|
|
Loading…
Reference in a new issue