diff --git a/packages/shared/routes/dashboard/wallet/views/Security.svelte b/packages/shared/routes/dashboard/wallet/views/Security.svelte index 990568a4f5e..4f5c107da33 100644 --- a/packages/shared/routes/dashboard/wallet/views/Security.svelte +++ b/packages/shared/routes/dashboard/wallet/views/Security.svelte @@ -14,7 +14,6 @@ let lastBackupDate let lastBackupDateFormatted let color - let strongholdStatusMessage function setup() { const ap = get(activeProfile) @@ -22,7 +21,6 @@ lastBackupDate = lastStrongholdBackupTime ? new Date(lastStrongholdBackupTime) : null lastBackupDateFormatted = diffDates(lastBackupDate, new Date()) color = getBackupWarningColor(lastBackupDate) - strongholdStatusMessage = get(isStrongholdLocked) ? 'locked' : 'unlocked' } function handleSecurityTileClick(popupType) { @@ -77,9 +75,9 @@ ($isStrongholdLocked ? handleSecurityTileClick('password') : lockStronghold())} />