Skip to content

Commit

Permalink
Revert "Stake warning" (#20064)
Browse files Browse the repository at this point in the history
Reverts #20027
  • Loading branch information
Jordan-Mysten authored Oct 28, 2024
1 parent cb80140 commit 7378f3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 90 deletions.
88 changes: 0 additions & 88 deletions apps/wallet/src/ui/app/components/StakeWarning.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions apps/wallet/src/ui/app/pages/home/tokens/TokensDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { FEATURES } from '_src/shared/experimentation/features';
import { AccountsList } from '_src/ui/app/components/accounts/AccountsList';
import { UnlockAccountButton } from '_src/ui/app/components/accounts/UnlockAccountButton';
import { BuyNLargeHomePanel } from '_src/ui/app/components/buynlarge/HomePanel';
import { StakeWarning } from '_src/ui/app/components/StakeWarning';
import { useActiveAccount } from '_src/ui/app/hooks/useActiveAccount';
import { useCoinMetadataOverrides } from '_src/ui/app/hooks/useCoinMetadataOverride';
import { usePinnedCoinTypes } from '_src/ui/app/hooks/usePinnedCoinTypes';
Expand Down Expand Up @@ -420,7 +419,6 @@ function TokenDetails({ coinType }: TokenDetailsProps) {
data-testid="coin-page"
>
<AccountsList />
<StakeWarning />
<BuyNLargeHomePanel />
<UsdcPromoBanner />

Expand Down

0 comments on commit 7378f3e

Please sign in to comment.