Fix typo in preview container map

This commit is contained in:
Berkeley Martinez
2016-01-05 12:46:54 -08:00
parent 7cb835aac4
commit 9303a26426

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 };
} }
}, },