mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 15:21:48 +03:00
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');
|
||||
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);
|
||||
}
|
||||
})();
|
||||
|
|
Loading…
Add table
Reference in a new issue