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