From e6ad1f78ad4e00d4b4e574e92c06b1afb51aacde Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 6 Apr 2023 10:24:21 +0800 Subject: [PATCH] Debugging --- src/components/timeline.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/timeline.jsx b/src/components/timeline.jsx index 222ac0e6..25a76aab 100644 --- a/src/components/timeline.jsx +++ b/src/components/timeline.jsx @@ -211,7 +211,7 @@ function Timeline({ console.log('✨ Check updates'); const hasUpdate = await checkForUpdates(); if (hasUpdate) { - console.log('✨ Has new updates'); + console.log('✨ Has new updates', id); setShowNew(true); } })(); @@ -231,7 +231,7 @@ function Timeline({ console.log('✨ Check updates'); const hasUpdate = await checkForUpdates(); if (hasUpdate) { - console.log('✨ Has new updates'); + console.log('✨ Has new updates', id); setShowNew(true); } })();