diff --git a/client/src/components/instance.cryps.jsx b/client/src/components/instance.cryps.jsx index 473cad75..853a5af8 100644 --- a/client/src/components/instance.cryps.jsx +++ b/client/src/components/instance.cryps.jsx @@ -111,15 +111,9 @@ function Cryp(props) { if (!s) { const equip = specList.includes(vbox.bound[activeVar]) ? 'equip-spec' : 'gray'; return ( -<<<<<<< HEAD -
- {shapes.diamond('stat-icon gray')} -
+
-=======
{shapes.diamond(`stat-icon ${equip}`)} -
 
->>>>>>> 2318ff3974d80a7c29246cdc8a3eb1653ea45b91 +
+
); }