diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index d9801e65..7ff18bd5 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -194,6 +194,7 @@ export default function Settings({ wallet, stopWallet }: SettingsProps) { variant="outline-dark" className={styles['settings-btn']} onClick={() => lockWallet({ force: false, navigateTo: routes.walletList })} + disabled={lockingWallet} > {lockingWallet ? ( <>