Skip to content

Commit

Permalink
Remove token switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Feb 23, 2024
1 parent 89ab091 commit 9ebc1e5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions components/FundAccountFields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ export default function FundAccountFields({
max={128}
sx={{fontFamily: "monospace"}}
/>
{/*<Box mb={3} mt={4}>*/}
{/* <Themed.h3 sx={{mb: 0}}>Token</Themed.h3>*/}
{/*</Box>*/}
{/*<Box mb={4}>*/}
{/* <Field*/}
{/* component={CustomSelectComponent}*/}
{/* name="token"*/}
{/* inputLabel="Token"*/}
{/* options={TOKEN_OPTIONS}*/}
{/* />*/}
{/*</Box>*/}
<Box mb={3} mt={4}>
<Themed.h3 sx={{mb: 0}}>Token</Themed.h3>
</Box>
<Box mb={4}>
<Field
component={CustomSelectComponent}
name="token"
inputLabel="Token"
options={TOKEN_OPTIONS}
/>
</Box>
<Box mb={3}>
<Captcha onVerify={setCaptchaToken} />
</Box>
<Box mb={3}>
Expand Down

0 comments on commit 9ebc1e5

Please sign in to comment.