1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 22:01:44 +02:00

Merge branch 'main' into feature/multinetwork

This commit is contained in:
Matthias Kretschmann 2021-06-08 10:48:10 +02:00
commit f0b040c5cb
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -23,7 +23,7 @@ export default function PageTemplateAssetDetails({
setPageTitle(isInPurgatory ? '' : title)
}, [ddo, error, isInPurgatory, title])
return ddo && pageTitle ? (
return ddo && pageTitle !== undefined ? (
<Page title={pageTitle} uri={uri}>
<Router basepath="/asset">
<AssetContent path=":did" />