ItemFilter/Fixup

* fix slot panel after 16eabb90b6
This commit is contained in:
Sarjuuk
2025-08-08 22:22:38 +02:00
parent eb3b4ca5ec
commit 7d8ffdd7da

View File

@@ -527,7 +527,7 @@ class ItemsPage extends GenericPage
if (!$this->category) if (!$this->category)
{ {
$slotData = [Lang::item('inventoryType'), null]; $slotData = Lang::item('inventoryType');
asort($slotData); asort($slotData);
} }
else else