Skip to content

Commit

Permalink
docs: changed call[0] to calls[0] in docs (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarebyze authored Oct 29, 2024
1 parent 4efe03b commit 1e24daf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Call = () => {
const calls = useCalls();

return (
<StreamCall call={call[0]}>
<StreamCall call={calls[0]}>
<CallPanel />
</StreamCall>
);
Expand Down

0 comments on commit 1e24daf

Please sign in to comment.