mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
fix whitespace
This commit is contained in:
parent
57d9916746
commit
95a680eb83
@ -23,10 +23,10 @@ export class RedactedView extends BaseMessageView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
createMenuOptions(vm) {
|
createMenuOptions(vm) {
|
||||||
const options = super.createMenuOptions(vm);
|
const options = super.createMenuOptions(vm);
|
||||||
if (vm.isRedacting) {
|
if (vm.isRedacting) {
|
||||||
options.push(Menu.option(vm.i18n`Cancel`, () => vm.abortPendingRedaction()));
|
options.push(Menu.option(vm.i18n`Cancel`, () => vm.abortPendingRedaction()));
|
||||||
}
|
}
|
||||||
return options;
|
return options;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user