Fix typo in preview container map

This commit is contained in:
Berkeley Martinez
2016-01-05 12:46:54 -08:00
parent 4e5da23844
commit 81618517c0

View File

@ -13,7 +13,7 @@ export default contain(
'appActions', 'appActions',
'jobActions' 'jobActions'
], ],
map({ jobApp: { form: job = {} } }) { map({ jobsApp: { form: job = {} } }) {
return { job }; return { job };
} }
}, },