mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 20:49:16 +00:00
fix typo
This commit is contained in:
parent
84414ad499
commit
b03c1b0249
@ -404,7 +404,7 @@ export function useRingContext() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
calling.current = { };
|
calling.current = { };
|
||||||
updateState({ callStatus: "dialing", callId });
|
updateState({ callStatus: "dialing", cardId });
|
||||||
|
|
||||||
// create call
|
// create call
|
||||||
const { server, token } = access.current;
|
const { server, token } = access.current;
|
||||||
|
Loading…
Reference in New Issue
Block a user