merge changes from phantasma

This commit is contained in:
j 2024-02-17 10:55:11 +00:00
commit 7ad121d912
5 changed files with 79 additions and 5 deletions

View file

@ -20,7 +20,6 @@ function renderItemInfo(data) {
}
function renderItem(data) {
window.item = window.item || {}
if (data.error) {
return renderError(data)
}