This commit is contained in:
Bruno Windels 2021-04-21 15:48:41 +02:00
parent 9961d3e4fc
commit 0dc796b863

View file

@ -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 {