From 8b3f16fac91fbb5402d24f10716a0bc910cad6d8 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 30 Oct 2020 14:58:36 +0100 Subject: [PATCH] output owner on asset details (#180) --- src/components/organisms/AssetContent/index.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/components/organisms/AssetContent/index.tsx b/src/components/organisms/AssetContent/index.tsx index 7b25c03f4..895260947 100644 --- a/src/components/organisms/AssetContent/index.tsx +++ b/src/components/organisms/AssetContent/index.tsx @@ -12,6 +12,7 @@ import Pricing from './Pricing' import { useOcean, usePricing } from '@oceanprotocol/react' import EtherscanLink from '../../atoms/EtherscanLink' import Bookmark from './Bookmark' +import { accountTruncate } from '../../../utils/wallet' export interface AssetContentProps { metadata: MetadataMarket @@ -38,7 +39,9 @@ export default function AssetContent({