diff --git a/src/forge/Component/Contributors.jsx b/src/forge/Component/Contributors.jsx
index 44eac03f4..1ac04eeb7 100644
--- a/src/forge/Component/Contributors.jsx
+++ b/src/forge/Component/Contributors.jsx
@@ -168,9 +168,9 @@ function Contributors({owner,projectsId,currentLogin}){
list && list.length>0 && list.map((item,key)=>{
return(
-
+
setVisibleFunc(true,item.login,key)}/>
-
+
)
})
diff --git a/src/forge/Main/sub/Contribute.jsx b/src/forge/Main/sub/Contribute.jsx
index ce14e0cac..f33770428 100644
--- a/src/forge/Main/sub/Contribute.jsx
+++ b/src/forge/Main/sub/Contribute.jsx
@@ -52,7 +52,7 @@ function Contribute(props){