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); } })();