Skip to content

Commit

Permalink
very dirty patch #78
Browse files Browse the repository at this point in the history
  • Loading branch information
codexpert committed Oct 1, 2015
1 parent 558eaf8 commit 7bb8c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/shared/onepager/sectionTransformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function findBlockBySectionSlug(blocks, slug) {
}

function unserializeSections(sections, blocks) {
return sections.map(function (section) {
return _.map(sections, function (section) {
let block = findBlockBySectionSlug(blocks, section.slug);

return unserializeSection(section, block);
Expand Down

0 comments on commit 7bb8c18

Please sign in to comment.