From 812eef264542bb9fc1d7cfdfa02e405a63f19a10 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 14 Sep 2020 19:20:16 +0200 Subject: [PATCH] update readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4c78dad..9d41b6c 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,6 @@ export default function MyComponent() { // Get metadata for this asset const { title, metadata, price } = useMetadata(did) - const [price, setPrice] = useState() // publish asset const { publish, publishStep } = usePublish()