mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
Remove newline
This commit is contained in:
parent
087a4ad7ce
commit
f0d53fe40f
@ -120,7 +120,6 @@ export class BaseMessageView extends TemplateView {
|
|||||||
} else if (vm.canRedact) {
|
} else if (vm.canRedact) {
|
||||||
options.push(Menu.option(vm.i18n`Delete`, () => vm.redact()).setDestructive());
|
options.push(Menu.option(vm.i18n`Delete`, () => vm.redact()).setDestructive());
|
||||||
}
|
}
|
||||||
|
|
||||||
options.push(Menu.option(vm.i18n`Copy permalink`, () => vm.copyPermalink()));
|
options.push(Menu.option(vm.i18n`Copy permalink`, () => vm.copyPermalink()));
|
||||||
return options;
|
return options;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user