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

Function mapStateToProps

ui/src/components/common/Entity.jsx:87–89  ·  view source on GitHub ↗
(state, ownProps)

Source from the content-addressed store, hash-verified

85}
86
87const mapStateToProps = (state, ownProps) => ({
88 entity: selectEntity(state, ownProps.id),
89});
90
91class Entity {
92 static Label = VLEntity.Label;

Callers

nothing calls this directly

Calls 1

selectEntityFunction · 0.90

Tested by

no test coverage detected