From b03c1b0249827c2cbdb5630dfc8e01e342af55b7 Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Fri, 14 Apr 2023 12:30:16 -0700 Subject: [PATCH] fix typo --- app/mobile/src/context/useRingContext.hook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mobile/src/context/useRingContext.hook.js b/app/mobile/src/context/useRingContext.hook.js index 43890083..21d6a795 100644 --- a/app/mobile/src/context/useRingContext.hook.js +++ b/app/mobile/src/context/useRingContext.hook.js @@ -404,7 +404,7 @@ export function useRingContext() { } calling.current = { }; - updateState({ callStatus: "dialing", callId }); + updateState({ callStatus: "dialing", cardId }); // create call const { server, token } = access.current;