1
0
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:
Bogdan Fazakas 2021-02-25 23:08:40 +02:00
parent 9b78e46c97
commit d9b5355ba7

View File

@ -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} />