forked from mystiq/hydrogen-web
spacing
This commit is contained in:
parent
9961d3e4fc
commit
0dc796b863
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue