diff --git a/client/src/components/body.component.jsx b/client/src/components/body.component.jsx
index f4bbfaea..57de5656 100644
--- a/client/src/components/body.component.jsx
+++ b/client/src/components/body.component.jsx
@@ -13,12 +13,14 @@ function renderBody() {
-
-
-
-
-
diff --git a/client/src/components/cryp.list.jsx b/client/src/components/cryp.list.jsx
index 87cd8c75..531a735a 100644
--- a/client/src/components/cryp.list.jsx
+++ b/client/src/components/cryp.list.jsx
@@ -31,7 +31,8 @@ function CrypList({ cryps, sendCombatPve }) {
));
return (
-
+ //
+
{crypPanels}
);
diff --git a/client/src/components/cryp.spawn.button.jsx b/client/src/components/cryp.spawn.button.jsx
index f55ce1ab..2610bab8 100644
--- a/client/src/components/cryp.spawn.button.jsx
+++ b/client/src/components/cryp.spawn.button.jsx
@@ -16,7 +16,7 @@ function renderSpawnButton({ account, sendCrypSpawn }) {
onChange={e => (name = e.target.value)}
/>
-