mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Update content/tutorials/react-get-use-data-set.md
Co-Authored-By: jernejpregelj <jernej.pregelj88@gmail.com>
This commit is contained in:
parent
24f8845b1e
commit
294885bca8
@ -26,7 +26,7 @@ The last thing we need is a button to start our search inside the render functio
|
||||
<button onClick={() => this.retrieveAssets()}>Retrieve assets</button>
|
||||
```
|
||||
|
||||
## Consume Asset
|
||||
## Consume Assets
|
||||
|
||||
The retrieved assets can now be consumed so in this tutorial we consume the first one. The following code goes after `async retrieveAssets()` function.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user