Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
asktree committed Sep 29, 2023
1 parent f97a3e0 commit 7d762aa
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -244,14 +243,6 @@ export default function AssetList(props: Props) {
itemsToHide={itemsToHide}
/>
)}
{props.governance !== undefined && (
<TokenOwnerRecordsList
governance={props.governance}
disableCollapse={false}
expanded={true}
onToggleExpand={() => props.onToggleExpandSection?.('others')}
/>
)}
</div>
)
}

0 comments on commit 7d762aa

Please sign in to comment.