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

Function mapStateToProps

ui/src/components/Notification/NotificationList.jsx:86–90  ·  view source on GitHub ↗
(state, ownProps)

Source from the content-addressed store, hash-verified

84}
85
86const mapStateToProps = (state, ownProps) => {
87 const { query } = ownProps;
88 const result = selectNotificationsResult(state, query);
89 return { query, result };
90};
91
92export default compose(
93 withRouter,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected