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

Function mapStateToProps

ui/src/components/common/types/Numeric.jsx:6–8  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

4import { selectLocale } from 'selectors';
5
6const mapStateToProps = (state) => ({
7 locale: selectLocale(state),
8});
9
10export default connect(mapStateToProps)(Numeric);

Callers

nothing calls this directly

Calls 1

selectLocaleFunction · 0.90

Tested by

no test coverage detected