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

Function mapStateToProps

ui/src/components/MappingEditor/MappingManageMenu.jsx:279–279  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

277};
278
279const mapStateToProps = (state) => ({ session: selectSession(state) });
280
281MappingManageMenu = connect(
282 mapStateToProps,

Callers

nothing calls this directly

Calls 1

selectSessionFunction · 0.90

Tested by

no test coverage detected