pull/94/head
Lim Chee Aun 2023-04-06 10:24:21 +08:00
rodzic dffd344deb
commit e6ad1f78ad
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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