diff --git a/src/routes/Details/AssetDetails.tsx b/src/routes/Details/AssetDetails.tsx index 6fbb152..bfc2617 100644 --- a/src/routes/Details/AssetDetails.tsx +++ b/src/routes/Details/AssetDetails.tsx @@ -11,41 +11,36 @@ interface AssetDetailsProps { export default class AssetDetails extends PureComponent { public render() { const { metadata, ddo, purchaseAsset } = this.props + const { base } = metadata return ( <> -
{metadata.base.description}
+
{base.description}