Skip to content

Commit

Permalink
fixes bug in main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Dec 24, 2024
1 parent d2355c1 commit e952a28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ let $config = {
refine: {
type: 'categoryField_array',
value: function(item) {
return item.properties.services_offered;
}
},
return item.properties.services_offered;
}
},
dataSources: {
immigrant,
Expand Down

0 comments on commit e952a28

Please sign in to comment.