We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf7a39 commit 1de6f05Copy full SHA for 1de6f05
1 file changed
src/components/StreamClaim.tsx
@@ -114,7 +114,7 @@ function StreamClaim({ data }: Props & { data: Stream }): JSX.Element {
114
undefined,
115
LBRY.isUsingProxy(),
116
).then((json: object): void => {
117
- alert("Reflected " + Array(json).length + " blobs.");
+ alert("Reflected " + json.result.length + " blobs.");
118
});
119
}}
120
style={{ margin: "0 8px" }}
0 commit comments