Skip to content

Commit 2eee0c0

Browse files
felicioCopilot
andauthored
Update packages/wallet/src/components/buy-crypto-drawer/index.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 5424e49 commit 2eee0c0

File tree

1 file changed

+3
-3
lines changed
  • packages/wallet/src/components/buy-crypto-drawer

1 file changed

+3
-3
lines changed

packages/wallet/src/components/buy-crypto-drawer/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ export const BuyCryptoDrawer = (props: Props) => {
7777
} = props
7878

7979
const [open, setOpen] = useState(false)
80-
const [network] = useState<NetworkOptions[0]>(NETWORKS[0])
81-
const [currency] = useState<Currency>({
80+
const network: NetworkOptions[0] = NETWORKS[0]
81+
const currency: Currency = {
8282
contract_address: '',
8383
code: 'EUR',
8484
label: 'Euro',
8585
network: 'ETHEREUM',
8686
imageUrl: '/images/tokens/eur.png',
87-
})
87+
}
8888

8989
const toast = useToast()
9090

0 commit comments

Comments
 (0)