From 4c0a9088a104b26ee37b05f9722cf8adbc193aab Mon Sep 17 00:00:00 2001 From: Mashy Date: Sat, 9 Nov 2019 15:57:32 +1000 Subject: [PATCH] fix reshape available mtx bug --- client/src/components/reshape.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/reshape.jsx b/client/src/components/reshape.jsx index 68ca09b0..835f4a8e 100644 --- a/client/src/components/reshape.jsx +++ b/client/src/components/reshape.jsx @@ -56,7 +56,7 @@ function Reshape(args) { const useMtx = (item, i) => { const price = item === 'Rename' ? 5 : 1; return ( -
{ +
{ e.stopPropagation(); setMtxActive(item); }}> @@ -67,7 +67,7 @@ function Reshape(args) { }; const availableMtx = (item, i) => ( -
+
Enable {item.variant}