mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
updated key name for private algo in metadata preview
This commit is contained in:
parent
9b78e46c97
commit
d9b5355ba7
@ -157,7 +157,11 @@ export function MetadataAlgorithmPreview({
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{values.algorithmPrivacy && (
|
{values.algorithmPrivacy && (
|
||||||
<MetaItem key="dockerImage" title="Private Algorithm" content="Yes" />
|
<MetaItem
|
||||||
|
key="privateAlgorithm"
|
||||||
|
title="Private Algorithm"
|
||||||
|
content="Yes"
|
||||||
|
/>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<MetaFull values={values} />
|
<MetaFull values={values} />
|
||||||
|
Loading…
Reference in New Issue
Block a user