mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Merge branch 'main' into feature/multinetwork
This commit is contained in:
commit
f0b040c5cb
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user