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

Function mapStateToProps

ui/src/components/MappingEditor/MappingVerify.jsx:235–237  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

233);
234
235const mapStateToProps = (state) => ({
236 locale: selectLocale(state),
237});
238
239export default compose(connect(mapStateToProps), injectIntl)(MappingVerify);

Callers

nothing calls this directly

Calls 1

selectLocaleFunction · 0.90

Tested by

no test coverage detected