Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitbox-Connect/Bitbox
/ handleModalClose
Function
handleModalClose
client/src/component/MyProjectCard.jsx:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
};
28
29
const handleModalClose = () => {
30
setShowModal(false);
31
};
32
33
const handleDelete = () => {
34
deleteProject(project._id);
Callers
1
handleDelete
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected