Skip to content

Commit 1e24daf

Browse files
authored
docs: changed call[0] to calls[0] in docs (#1540)
1 parent 4efe03b commit 1e24daf

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-sdk/docusaurus/docs/reactnative/04-ui-components/call

1 file changed

+1
-1
lines changed

packages/react-native-sdk/docusaurus/docs/reactnative/04-ui-components/call/incoming-call.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const Call = () => {
4242
const calls = useCalls();
4343

4444
return (
45-
<StreamCall call={call[0]}>
45+
<StreamCall call={calls[0]}>
4646
<CallPanel />
4747
</StreamCall>
4848
);

0 commit comments

Comments
 (0)