Debugging
This commit is contained in:
parent
dffd344deb
commit
e6ad1f78ad
1 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@ function Timeline({
|
||||||
console.log('✨ Check updates');
|
console.log('✨ Check updates');
|
||||||
const hasUpdate = await checkForUpdates();
|
const hasUpdate = await checkForUpdates();
|
||||||
if (hasUpdate) {
|
if (hasUpdate) {
|
||||||
console.log('✨ Has new updates');
|
console.log('✨ Has new updates', id);
|
||||||
setShowNew(true);
|
setShowNew(true);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
@ -231,7 +231,7 @@ function Timeline({
|
||||||
console.log('✨ Check updates');
|
console.log('✨ Check updates');
|
||||||
const hasUpdate = await checkForUpdates();
|
const hasUpdate = await checkForUpdates();
|
||||||
if (hasUpdate) {
|
if (hasUpdate) {
|
||||||
console.log('✨ Has new updates');
|
console.log('✨ Has new updates', id);
|
||||||
setShowNew(true);
|
setShowNew(true);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Add table
Reference in a new issue