From 3c861fc5ef4245c7fbeb72a2b6a73b4840ced092 Mon Sep 17 00:00:00 2001 From: Quan HL Date: Tue, 24 Oct 2023 21:01:48 +0700 Subject: [PATCH] fix --- src/window/phone/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window/phone/index.tsx b/src/window/phone/index.tsx index 87c85ea..3f5cb47 100644 --- a/src/window/phone/index.tsx +++ b/src/window/phone/index.tsx @@ -136,7 +136,7 @@ export const Phone = ({ } setAppName(calledAName); - makeOutboundCall(calledANumber); + makeOutboundCall(calledANumber, calledAName); setCalledANumber(""); setCalledAName(""); }