From 7d762aa1b772c07777c9a05e790b3befbc9f2c0c Mon Sep 17 00:00:00 2001 From: agrippa kellum Date: Fri, 29 Sep 2023 16:45:04 -0400 Subject: [PATCH] . --- .../WalletList/WalletListItem/AssetList/index.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/components/treasuryV2/WalletList/WalletListItem/AssetList/index.tsx b/components/treasuryV2/WalletList/WalletListItem/AssetList/index.tsx index c1ab13a6ae..cc4dbbfedc 100644 --- a/components/treasuryV2/WalletList/WalletListItem/AssetList/index.tsx +++ b/components/treasuryV2/WalletList/WalletListItem/AssetList/index.tsx @@ -30,7 +30,6 @@ import { } from '../typeGuards' import { PublicKey } from '@solana/web3.js' -import TokenOwnerRecordsList from './TokenOwnerRecordsList' import { GoverningTokenType } from '@solana/spl-governance' import TokenIcon from '@components/treasuryV2/icons/TokenIcon' import { useTokensMetadata } from '@hooks/queries/tokenMetadata' @@ -244,14 +243,6 @@ export default function AssetList(props: Props) { itemsToHide={itemsToHide} /> )} - {props.governance !== undefined && ( - props.onToggleExpandSection?.('others')} - /> - )} ) }