mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-05-13 20:06:51 +08:00
fix: prop error in asset items component
This commit is contained in:
@@ -28,7 +28,6 @@ interface CryptoCurrencyAssetItemLayoutProps extends StackProps {
|
||||
address?: string;
|
||||
canCopy?: boolean;
|
||||
isHovered?: boolean;
|
||||
hasCopied?: boolean;
|
||||
currency?: CryptoCurrencies;
|
||||
}
|
||||
export const CryptoCurrencyAssetItemLayout = forwardRefWithAs(
|
||||
|
||||
@@ -71,7 +71,6 @@ export const CryptoCurrencyAssetItem = forwardRefWithAs(
|
||||
subBalance={assetSubBalance?.balance}
|
||||
title={asset.name}
|
||||
isHovered={isHovered}
|
||||
hasCopied={hasCopied}
|
||||
address={address}
|
||||
usdBalance={usdBalance}
|
||||
onClick={onClick}
|
||||
|
||||
Reference in New Issue
Block a user