mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
spacing
This commit is contained in:
parent
9961d3e4fc
commit
0dc796b863
@ -30,7 +30,7 @@ export class RoomGridView extends TemplateView {
|
|||||||
[`tile${i}`]: true,
|
[`tile${i}`]: true,
|
||||||
"focused": vm => vm.focusIndex === i
|
"focused": vm => vm.focusIndex === i
|
||||||
},
|
},
|
||||||
},t.mapView(vm => vm.roomViewModelAt(i), roomVM => {
|
}, t.mapView(vm => vm.roomViewModelAt(i), roomVM => {
|
||||||
if (roomVM) {
|
if (roomVM) {
|
||||||
return new RoomView(roomVM);
|
return new RoomView(roomVM);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user