From 7bc8ca577654f39bd3da7b39bf9ee6e2336fde90 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 18 Jan 2024 14:14:16 +0700 Subject: [PATCH] no message --- src/views/HomeView.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 2505a58..e2cf552 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -64,7 +64,6 @@ async function fetchNotifications(index: number, type: string) { const list: notiType[] = [] if (type === 'DEL') { totalNotiList.value = res.data.result.total - console.log(notiList.value.length) if (notiList.value.length === 14) { notiList.value = [] response.map((e: any) => {