fallback item

This commit is contained in:
j 2024-02-17 11:01:32 +00:00
parent 55f07ba4b7
commit 5bf71ead09
1 changed files with 1 additions and 0 deletions

View File

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