diff --git a/src/components/organisms/AssetContent/index.tsx b/src/components/organisms/AssetContent/index.tsx index 7a6e7ff1e..f08891388 100644 --- a/src/components/organisms/AssetContent/index.tsx +++ b/src/components/organisms/AssetContent/index.tsx @@ -51,7 +51,7 @@ export default function AssetContent(props: AssetContentProps): ReactElement { useEffect(() => { if (!price) return - setShowPricing(isOwner && price.address === '') + setShowPricing(isOwner && price.type === '') }, [isOwner, price]) function handleEditButton() {