From 3bca63ed7e057c217a06b17771f72681a8162ad2 Mon Sep 17 00:00:00 2001 From: ntr Date: Mon, 26 Aug 2019 19:15:10 +1000 Subject: [PATCH] inventory disable --- client/src/components/inventory.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/inventory.jsx b/client/src/components/inventory.jsx index 4bb2b0a2..37cf55f1 100644 --- a/client/src/components/inventory.jsx +++ b/client/src/components/inventory.jsx @@ -52,14 +52,14 @@ function Inventory(args) { const useMtx = (item, i) => (
setMtxActive(item)} >
{item}
- +
); const availableMtx = (item, i) => (
mtxBuy(item)} >
{item.variant}
- +
);