diff --git a/src/components/specific_challenge/HowTo/sections/HowToContent.js b/src/components/specific_challenge/HowTo/sections/HowToContent.js
index c0b827c..0715389 100644
--- a/src/components/specific_challenge/HowTo/sections/HowToContent.js
+++ b/src/components/specific_challenge/HowTo/sections/HowToContent.js
@@ -19,8 +19,15 @@ const HowToContent = (props) => {
const repoKeyRender = () => {
if (props.userFullInfo) {
- return props.userFullInfo.individualKey;
- } return 'REPO_KEY_HERE';
+ return (
+