diff --git a/frontend/pages/subscriptions.js b/frontend/pages/subscriptions.js
index 54450d7d..a2afea4f 100644
--- a/frontend/pages/subscriptions.js
+++ b/frontend/pages/subscriptions.js
@@ -100,7 +100,7 @@ const Subscriptions = () => {
Add new
-
+
)}
diff --git a/frontend/sample.env b/frontend/sample.env
deleted file mode 100644
index 93aff9b8..00000000
--- a/frontend/sample.env
+++ /dev/null
@@ -1,7 +0,0 @@
-export REACT_APP_SIMIOTICS_SEARCH_URL=http://localhost:5000
-export REACT_APP_MIXPANEL_TOKEN=""
-export REACT_APP_SIMIOTICS_AUTH_URL=http://localhost:7474
-export REACT_APP_SIMIOTICS_JOURNALS_URL=http://localhost:7475
-export REACT_APP_BUGOUT_CONTACTUS_TOKEN=""
-export REACT_APP_BUGOUT_CONTACTUS_JOURNAL_ID=""
-export REACT_APP_STRIPE_PUBLISHABLE_KEY=""
diff --git a/frontend/src/components/NewSubscription.js b/frontend/src/components/NewSubscription.js
index beb4ff8f..aa31450c 100644
--- a/frontend/src/components/NewSubscription.js
+++ b/frontend/src/components/NewSubscription.js
@@ -44,6 +44,7 @@ const NewSubscription = ({ isFreeOption, onClose }) => {
type: isFreeOption ? "free" : radioState,
});
};
+ console.log(typesCache.data);
return (