Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Commit

Permalink
Fix typo on exported field profile.motivation
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrohee committed Jun 14, 2017
1 parent 6b75817 commit 1ddcf8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/api/application/applicationExportFields.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ module.exports = [
'profile.birthPlace',
'profile.nationality',
'profile.ine', {
label: 'profile.motiviation',
label: 'profile.motivation',
value: (row) => {
return removeExcelReservedValues(row.profile.motiviation)
return removeExcelReservedValues(row.profile.motivation)
}
},
'profile.address',
Expand Down

0 comments on commit 1ddcf8a

Please sign in to comment.