diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 84a3e77..3d1a5bb 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -1125,7 +1125,6 @@ async function onClickConfirm() { if (!statusCheckin.value) { statusCheckin.value = true } - await startChecking() } finally { hideLoader() } @@ -1413,13 +1412,13 @@ watch(notificationCounter, () => { -