mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 22:53:27 +08:00
feat: move add collectible card, closes #3762
This commit is contained in:
@@ -39,12 +39,16 @@ export function Collectibles() {
|
||||
isLoadingMore={isLoadingMore}
|
||||
onRefresh={() => void queryClient.refetchQueries({ type: 'active' })}
|
||||
>
|
||||
{whenWallet({
|
||||
software: <AddCollectible />,
|
||||
ledger: null,
|
||||
})}
|
||||
|
||||
{isNftMetadataEnabled ? <StacksCryptoAssets /> : null}
|
||||
|
||||
{whenWallet({
|
||||
software: (
|
||||
<>
|
||||
<AddCollectible />
|
||||
<Stamps />
|
||||
<Ordinals setIsLoadingMore={setIsLoadingMore} />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user