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