Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ mapStateToProps
Function
mapStateToProps
ui/src/components/common/SelectWrapper.jsx:20–22 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
18
);
19
20
const mapStateToProps = (state) => ({
21
locale: selectLocale(state),
22
});
23
24
export default connect(mapStateToProps)(SelectWrapper);
Callers
nothing calls this directly
Calls
1
selectLocale
Function · 0.90
Tested by
no test coverage detected