MCPcopy Create free account
hub / github.com/alephdata/aleph / mapStateToProps

Function mapStateToProps

ui/src/components/common/Frequency.jsx:21–23  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

19}
20
21const mapStateToProps = (state) => ({
22 frequencies: selectMetadata(state).frequencies,
23});
24
25class Frequency {
26 static Label = connect(mapStateToProps)(FrequencyLabel);

Callers

nothing calls this directly

Calls 1

selectMetadataFunction · 0.90

Tested by

no test coverage detected