🆙 Fix BOTS in catalog and inventory

This commit is contained in:
duckietm
2026-05-27 13:42:11 +02:00
parent a52a4a024a
commit b1244cbd5a
5 changed files with 44 additions and 18 deletions
@@ -68,7 +68,7 @@ export const InventoryBotView: FC<{
<div className="grid h-full grid-cols-12 gap-2">
<div className="flex flex-col col-span-7 gap-1 overflow-hidden">
<InfiniteGrid<IBotItem>
columnCount={ 6 }
columnCount={ 4 }
itemRender={ item => <InventoryBotItemView botItem={ item } /> }
items={ botItems } />
</div>