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

Function mapStateToProps

ui/src/components/Toolbar/InvestigationCreateButton.jsx:57–57  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

55}
56
57const mapStateToProps = (state) => ({ session: selectSession(state) });
58
59InvestigationCreateButton = connect(mapStateToProps)(InvestigationCreateButton);
60InvestigationCreateButton = injectIntl(InvestigationCreateButton);

Callers

nothing calls this directly

Calls 1

selectSessionFunction · 0.90

Tested by

no test coverage detected