diff --git a/src/wallet/components/Wallet.tsx b/src/wallet/components/Wallet.tsx index 51d0bc2865..c58f28968c 100644 --- a/src/wallet/components/Wallet.tsx +++ b/src/wallet/components/Wallet.tsx @@ -10,7 +10,6 @@ import { WalletDropdown } from './WalletDropdown'; import { WalletProvider, useWalletContext } from './WalletProvider'; function WalletContent({ children, className }: WalletReact) { - const componentTheme = useTheme(); const { isOpen, handleClose, @@ -30,7 +29,7 @@ function WalletContent({ children, className }: WalletReact) { return (