fix Input DID

This commit is contained in:
alexcos20 2020-03-31 10:37:49 +03:00
parent 0ca13d408f
commit 107d1fa7d0
1 changed files with 1 additions and 6 deletions

View File

@ -144,12 +144,7 @@ export default function Compute({ ocean, web3 }) {
<p> <p>
<Label htmlFor="ddoAssetId">Asset DID</Label> <Label htmlFor="ddoAssetId">Asset DID</Label>
<input <code id="ddoAssetId">{ddoAssetId}</code>
type="text"
id="ddoAssetId"
value={ddoAssetId}
onChange={updateDdoAssetId}
/>
</p> </p>
</ComputeSection> </ComputeSection>