Fix typo in preview container map

pull/6034/head
Berkeley Martinez 2016-01-05 12:46:54 -08:00
parent 7cb835aac4
commit 9303a26426
1 changed files with 1 additions and 1 deletions

View File

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