From 64c944782601627064a7de0de63fd2a16c04a4fd Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Mon, 20 Nov 2023 17:02:40 +0000 Subject: [PATCH] Remove deposit button --- components/TokenBalance/TokenDeposit.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/TokenBalance/TokenDeposit.tsx b/components/TokenBalance/TokenDeposit.tsx index bed121e821..70ed1d8ef4 100644 --- a/components/TokenBalance/TokenDeposit.tsx +++ b/components/TokenBalance/TokenDeposit.tsx @@ -42,7 +42,6 @@ import queryClient from '@hooks/queries/queryClient' import { proposalQueryKeys } from '@hooks/queries/proposal' import asFindable from '@utils/queries/asFindable' import VanillaVotingPower from '@components/GovernancePower/Vanilla/VanillaVotingPower' -import { DepositTokensButton } from '@components/DepositTokensButton' export const TokenDeposit = ({ mint, @@ -316,7 +315,7 @@ export const TokenDeposit = ({
- {hasTokensInWallet || inAccountDetails ? ( + {/* {hasTokensInWallet || inAccountDetails ? ( - ) : null} + ) : null} */} {!isMembership && // Membership tokens can't be withdrawn (that is their whole point, actually) (inAccountDetails || isVsr) && (