remove star
All checks were successful
Build / build (pull_request) Successful in 1m7s

This commit is contained in:
AMelonInsideLemon 2025-08-16 22:19:59 +02:00
parent 94741cf22c
commit 5d8f2a387e

View File

@ -688,9 +688,6 @@ function updateInventory() {
}); });
td.textContent = td.textContent.slice(0, -1) + " ]"; td.textContent = td.textContent.slice(0, -1) + " ]";
} }
if (item.Favorite) {
td.textContent = "★ " + td.textContent;
}
tr.appendChild(td); tr.appendChild(td);
} }
{ {