Skip to content

Commit

Permalink
fixed #489
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgirard committed Nov 21, 2017
1 parent ac4774a commit 478221d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/templates.fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function personalActivity(p) {
}

// distinctions
const distinction = d => d.map(e => e.title).join(';')
const distinction = d => d.filter(e => e).map(e => e.title).join(';')

// oraganizationDates
function researchUnitCode(p){
Expand Down

0 comments on commit 478221d

Please sign in to comment.