From 2bc1732a770014d3d4e10aa7781dc23f3b3d9668 Mon Sep 17 00:00:00 2001 From: Zachary Ebenfeld Date: Mon, 28 Oct 2024 19:27:11 -0400 Subject: [PATCH] changed call[0] to calls[0] in docs --- .../docs/reactnative/04-ui-components/call/incoming-call.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-sdk/docusaurus/docs/reactnative/04-ui-components/call/incoming-call.mdx b/packages/react-native-sdk/docusaurus/docs/reactnative/04-ui-components/call/incoming-call.mdx index d8941807d2..0bb157e7ad 100644 --- a/packages/react-native-sdk/docusaurus/docs/reactnative/04-ui-components/call/incoming-call.mdx +++ b/packages/react-native-sdk/docusaurus/docs/reactnative/04-ui-components/call/incoming-call.mdx @@ -42,7 +42,7 @@ const Call = () => { const calls = useCalls(); return ( - + );