From 553dc523e1dced40186d024e559105f47c848577 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Tue, 22 Aug 2023 17:40:48 +0530 Subject: [PATCH] =?UTF-8?q?fix:=C2=A0minor=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/CallUI.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/CallUI.vue b/frontend/src/components/CallUI.vue index fca62361..18a96735 100644 --- a/frontend/src/components/CallUI.vue +++ b/frontend/src/components/CallUI.vue @@ -385,7 +385,7 @@ function cancelCall() { function toggleCallWindow() { showCallPopup.value = !showCallPopup.value - if (showCallPopup.value) { + if (showSmallCallWindow.value) { showSmallCallWindow.value = false } else { showSmallCallWindow.value = true