This commit is contained in:
Alfie King
2024-09-05 00:52:28 +01:00
parent 3c1c031986
commit 05961e2a3c
18 changed files with 126 additions and 19 deletions
+2 -1
View File
@@ -64,8 +64,9 @@ function hideUi() {
function update() {
fetchData().then(data => {
console.log(data);
if (data.item != null) {
hideUi();
updateUi(data);
}
else {
hideUi();