fix typo making the room list not shown on the mobile layout
This commit is contained in:
parent
d504d62108
commit
cf99f55f3d
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 !== "placeholder"
|
||||
"room-shown": vm => vm.activeSection !== "placeholder"
|
||||
},
|
||||
}, [
|
||||
t.view(new SessionStatusView(vm.sessionStatusViewModel)),
|
||||
|
|
Reference in a new issue