Skip to content

Commit

Permalink
Merge pull request #4 from moreonion/animal-welfare-column
Browse files Browse the repository at this point in the history
FIX missed a mapping
  • Loading branch information
alex-mo authored Nov 8, 2017
2 parents 3d14828 + 1ad1456 commit dcf3c09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ export const _COLUMNS_ = {
'only': ['details'],
'include': []
},
'animal_welfare': {
'only': ['animal_welfare'],
'include': []
},
'hotspots': {
'only': ['hotspots'],
'include': ['hotspots.name']
Expand Down

0 comments on commit dcf3c09

Please sign in to comment.