1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-16 17:33:18 +02:00
This commit is contained in:
mihaisc 2020-09-07 15:48:10 +03:00
parent 14eb98e261
commit e05e6342b9
3 changed files with 0 additions and 5 deletions

View File

@ -34,11 +34,9 @@ function App() {
<div>
<AllDdos />
</div>
<div>
<Publish />
</div>
<div>
<ConsumeDdo />
</div>

View File

@ -55,7 +55,6 @@ export function Publish() {
<div>
IsLoading: {isLoading.toString()} || Status: {publishStepText}
</div>
<div>DID: {ddo && ddo.id} </div>
</>
)

View File

@ -29,11 +29,9 @@ export function Wallet() {
<div>
<button onClick={conn}>Connect</button>
</div>
<div>
<button onClick={disc}>Disconnect</button>
</div>
<div>{accountId}</div>
</>
)