From d3648834ba5706f7a4d4ce3a594df799c413dbe5 Mon Sep 17 00:00:00 2001 From: cha0s Date: Sun, 26 May 2019 11:59:22 -0500 Subject: [PATCH] fix: only show slot number for > 1 --- client/ui/menu/item-slot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/menu/item-slot.js b/client/ui/menu/item-slot.js index 92fba8d..8010b5f 100644 --- a/client/ui/menu/item-slot.js +++ b/client/ui/menu/item-slot.js @@ -101,7 +101,7 @@ const ItemSlotComponent = (props) => { }} > {children} - {qty &&
1 &&
{qty}
}