fix(selectors/createPicker): typo

This commit is contained in:
Julien Fontanet
2016-05-23 17:37:17 +02:00
parent e239206626
commit f29cb94d9f

View File

@@ -121,7 +121,7 @@ export const createPicker = (object, props) =>
_createCollectionWrapper(
_create2(
object, props,
(objects, props) => {
(object, props) => {
const values = {}
forEach(props, prop => {
const value = object[prop]