From 904c2551f684ba58fb8a31db221d401d3c2d3622 Mon Sep 17 00:00:00 2001 From: Armani Ferrante Date: Sat, 5 Jun 2021 09:41:52 -0700 Subject: [PATCH] Disable auto close button (#32) --- package.json | 2 +- src/components/Settings.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 52d5b11..37262a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@project-serum/swap-ui", - "version": "0.1.0-alpha.24", + "version": "0.1.0-alpha.25", "main": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://github.com/project-serum/swap-ui", diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index 0a51b2e..cc54cbb 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -192,7 +192,7 @@ function CloseNewAccountsSwitch() { const { isClosingNewAccounts, setIsClosingNewAccounts } = useSwapContext(); return ( - +