fix lint warning from previous cross-signing PR

This commit is contained in:
Bruno Windels 2023-03-03 12:03:31 +01:00
parent eff495c36d
commit c2ee824c1c

View File

@ -60,7 +60,7 @@ export class KeyBackupSettingsView extends TemplateView {
}),
t.if(vm => vm.canSignOwnDevice, t => {
return t.button({
onClick: disableTargetCallback(async evt => {
onClick: disableTargetCallback(async () => {
await vm.signOwnDevice();
})
}, "Sign own device");