mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
remove debugging code
This commit is contained in:
parent
799ea50c68
commit
1f36122283
@ -28,7 +28,7 @@ export class RoomView extends TemplateView {
|
|||||||
t.a({className: "button-utility close-middle", href: vm.closeUrl, title: vm.i18n`Close room`}),
|
t.a({className: "button-utility close-middle", href: vm.closeUrl, title: vm.i18n`Close room`}),
|
||||||
t.view(new AvatarView(vm, 32)),
|
t.view(new AvatarView(vm, 32)),
|
||||||
t.div({className: "room-description"}, [
|
t.div({className: "room-description"}, [
|
||||||
t.h2([vm => vm.name, vm => vm.membership]),
|
t.h2(vm => vm.name),
|
||||||
]),
|
]),
|
||||||
]),
|
]),
|
||||||
t.div({className: "RoomView_body"}, [
|
t.div({className: "RoomView_body"}, [
|
||||||
|
Loading…
Reference in New Issue
Block a user