mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-22 18:21:39 +01:00
fix lint warning from previous cross-signing PR
This commit is contained in:
parent
eff495c36d
commit
c2ee824c1c
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user