merge conditional item fixup from pandora

This commit is contained in:
j 2024-02-17 11:02:07 +00:00
parent a39a2ab31f
commit 9cde17ed87

View file

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