Skip to content

Commit cf28707

Browse files
committed
docs: remove metadata from Synapse React example
1 parent 7e98005 commit cf28707

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/src/content/docs/developer-guides/synapse-react.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ const StorageExample = () => {
172172
<div key={p.id.toString()}>
173173
<p>Piece {p.id.toString()}: {p.cid.toString()}</p>
174174
<p>URL: {p.url}</p>
175-
<p>Metadata: {JSON.stringify(p.metadata)}</p>
176175
</div>
177176
))}
178177
</div>

0 commit comments

Comments
 (0)