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) {
|
||||
const options = super.createMenuOptions(vm);
|
||||
if (vm.isRedacting) {
|
||||
options.push(Menu.option(vm.i18n`Cancel`, () => vm.abortPendingRedaction()));
|
||||
}
|
||||
return options;
|
||||
const options = super.createMenuOptions(vm);
|
||||
if (vm.isRedacting) {
|
||||
options.push(Menu.option(vm.i18n`Cancel`, () => vm.abortPendingRedaction()));
|
||||
}
|
||||
return options;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user