Commit 2fe5e487 authored by lynn's avatar lynn Committed by GitHub

fix: add eth to price (#5437)

add eth to price
parent 5b418c68
...@@ -236,7 +236,7 @@ export const OwnerContainer = ({ asset }: { asset: GenieAsset }) => { ...@@ -236,7 +236,7 @@ export const OwnerContainer = ({ asset }: { asset: GenieAsset }) => {
{listing ? ( {listing ? (
<> <>
<ThemedText.MediumHeader fontSize="28px" lineHeight="36px"> <ThemedText.MediumHeader fontSize="28px" lineHeight="36px">
{formatEthPrice(asset.priceInfo.ETHPrice)} {formatEthPrice(asset.priceInfo.ETHPrice)} ETH
</ThemedText.MediumHeader> </ThemedText.MediumHeader>
{USDPrice && ( {USDPrice && (
<ThemedText.BodySecondary lineHeight="24px"> <ThemedText.BodySecondary lineHeight="24px">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment