Skip to content

Commit

Permalink
FIX missed a mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-mo committed Nov 8, 2017
1 parent af48a31 commit 1ad1456
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 1ad1456

Please sign in to comment.