MCPcopy Create free account
hub / github.com/Bitbox-Connect/Bitbox / showDetailProject

Function showDetailProject

client/src/component/Community.jsx:58–67  ·  view source on GitHub ↗
(currentProject)

Source from the content-addressed store, hash-verified

56 }, []);
57
58 const showDetailProject = (currentProject) => {
59 refDetails.current.click();
60 setProject({
61 id: currentProject._id,
62 etitle: currentProject.title,
63 edescription: currentProject.description,
64 egitHubLink: currentProject.gitHubLink,
65 eyouTubeLink: currentProject.youTubeLink,
66 });
67 };
68
69 const handleVideoClose = () => {
70 setShowVideo(false);

Callers 2

MyProfileCardFunction · 0.70
CommunityCardFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected