Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codelitdev/courselit
/ updateUserData
Function
updateUserData
packages/app/components/UserDetails.js:207–208 ·
view source on GitHub ↗
(key, value)
Source
from the content-addressed store, hash-verified
205
};
206
207
const
updateUserData = (key, value) =>
208
setNewUserData(Object.assign({}, newUserData, { [key]: value }));
209
210
return
(
211
<Card className={classes.container}>
Callers
1
UserDetails.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected