From b2d8f5f02351c819681cd49488fdac67e3a114e9 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 3 Nov 2021 02:35:22 +0100 Subject: [PATCH] fix lint --- src/platform/web/ui/login/AccountSetupView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/platform/web/ui/login/AccountSetupView.js b/src/platform/web/ui/login/AccountSetupView.js index 1855e82f..48f1df3f 100644 --- a/src/platform/web/ui/login/AccountSetupView.js +++ b/src/platform/web/ui/login/AccountSetupView.js @@ -25,7 +25,6 @@ export class AccountSetupView extends TemplateView { type: "password", placeholder: keyLabel, }); - const status = t.output({for: password.id}, vm => vm.deviceDecrypted ? "Key matches, good to go!" : ""); return t.div({className: "Settings" /* hack for now to get the layout right*/}, [ t.h3(vm.i18n`Restore your encrypted history?`), t.ifView(vm => vm.decryptDehydratedDeviceViewModel, vm => new SessionBackupSettingsView(vm.decryptDehydratedDeviceViewModel)),