fix: Cannot assign to "showSmallCallPopup" because it is a constant

This commit is contained in:
kakde-sandeep 2025-02-06 21:19:38 +05:30
parent 326b553922
commit 9f96ce9dfd

View File

@ -256,7 +256,7 @@ const { $socket } = globalStore()
const callPopupHeader = ref(null)
const showCallPopup = ref(false)
const showSmallCallPopup = ref(false)
let showSmallCallPopup = ref(false)
function toggleCallPopup() {
showCallPopup.value = !showCallPopup.value