1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00

update readme

This commit is contained in:
Matthias Kretschmann 2020-09-14 19:20:16 +02:00 committed by GitHub
parent 1b6b983d4e
commit 812eef2645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,6 @@ export default function MyComponent() {
// Get metadata for this asset // Get metadata for this asset
const { title, metadata, price } = useMetadata(did) const { title, metadata, price } = useMetadata(did)
const [price, setPrice] = useState<string>()
// publish asset // publish asset
const { publish, publishStep } = usePublish() const { publish, publishStep } = usePublish()