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

Function mapStateToProps

ui/src/components/Entity/EntityActionBar.jsx:91–96  ·  view source on GitHub ↗
(state, ownProps)

Source from the content-addressed store, hash-verified

89}
90
91const mapStateToProps = (state, ownProps) => {
92 const { query } = ownProps;
93 return {
94 result: selectEntitiesResult(state, query),
95 };
96};
97
98export default connect(mapStateToProps)(EntityActionBar);

Callers

nothing calls this directly

Calls 1

selectEntitiesResultFunction · 0.90

Tested by

no test coverage detected