Skip to content

Commit 1de6f05

Browse files
committed
Fix alert
1 parent abf7a39 commit 1de6f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/StreamClaim.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function StreamClaim({ data }: Props & { data: Stream }): JSX.Element {
114114
undefined,
115115
LBRY.isUsingProxy(),
116116
).then((json: object): void => {
117-
alert("Reflected " + Array(json).length + " blobs.");
117+
alert("Reflected " + json.result.length + " blobs.");
118118
});
119119
}}
120120
style={{ margin: "0 8px" }}

0 commit comments

Comments
 (0)