diff --git a/src/forge/Main/Index.js b/src/forge/Main/Index.js
index 70c52e0a3..9e24efba8 100644
--- a/src/forge/Main/Index.js
+++ b/src/forge/Main/Index.js
@@ -274,7 +274,7 @@ class Index extends Component {
}
render() {
- const { current_user } = this.props;
+ const { current_user , mygetHelmetapi } = this.props;
const { projectsList , recommendList , languageList , languageId ,
isSpin, total, search, limit, page, typeList, categoryList ,
@@ -296,27 +296,27 @@ class Index extends Component {