mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
fix typo making the room list not shown on the mobile layout
This commit is contained in:
parent
d504d62108
commit
cf99f55f3d
@ -26,7 +26,7 @@ export class SessionView extends TemplateView {
|
|||||||
return t.div({
|
return t.div({
|
||||||
className: {
|
className: {
|
||||||
"SessionView": true,
|
"SessionView": true,
|
||||||
"room-shown": vm => vm.selectionId !== "placeholder"
|
"room-shown": vm => vm.activeSection !== "placeholder"
|
||||||
},
|
},
|
||||||
}, [
|
}, [
|
||||||
t.view(new SessionStatusView(vm.sessionStatusViewModel)),
|
t.view(new SessionStatusView(vm.sessionStatusViewModel)),
|
||||||
|
Loading…
Reference in New Issue
Block a user