remove debugging code
This commit is contained in:
parent
799ea50c68
commit
1f36122283
1 changed files with 1 additions and 1 deletions
|
@ -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.view(new AvatarView(vm, 32)),
|
||||
t.div({className: "room-description"}, [
|
||||
t.h2([vm => vm.name, vm => vm.membership]),
|
||||
t.h2(vm => vm.name),
|
||||
]),
|
||||
]),
|
||||
t.div({className: "RoomView_body"}, [
|
||||
|
|
Reference in a new issue