Disable auto close button (#32)

This commit is contained in:
Armani Ferrante 2021-06-05 09:41:52 -07:00 committed by GitHub
parent caf47a58f1
commit 904c2551f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -192,7 +192,7 @@ function CloseNewAccountsSwitch() {
const { isClosingNewAccounts, setIsClosingNewAccounts } = useSwapContext();
return (
<FormGroup row>
<FormGroup style={{ display: "none" }} row>
<FormControlLabel
classes={{ label: styles.closeAccountSwitchLabel }}
labelPlacement="start"