fix whitespace
This commit is contained in:
parent
57d9916746
commit
95a680eb83
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue