mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-02-02 07:31:38 +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 => {
|
t.if(vm => vm.canSignOwnDevice, t => {
|
||||||
return t.button({
|
return t.button({
|
||||||
onClick: disableTargetCallback(async evt => {
|
onClick: disableTargetCallback(async () => {
|
||||||
await vm.signOwnDevice();
|
await vm.signOwnDevice();
|
||||||
})
|
})
|
||||||
}, "Sign own device");
|
}, "Sign own device");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user