Skip to content

Commit

Permalink
turns off hidden refine that was in place for staging data
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Aug 22, 2024
1 parent 7f462d7 commit b4cb3dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ pinboard({
},
},
customComps,
hiddenRefine: {
Type: function(item) {
return item.site_type !== 'Official mobile mail-in ballot return';
},
},
// hiddenRefine: {
// Type: function(item) {
// return item.site_type !== 'Official mobile mail-in ballot return';
// },
// },
refine: {
type: 'categoryField_value',
value: function(item) {
Expand Down

0 comments on commit b4cb3dd

Please sign in to comment.