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}
-
+
);