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) => {