Skip to content

Commit

Permalink
Merge 7716bca into 712ea62
Browse files Browse the repository at this point in the history
  • Loading branch information
bn3t committed Dec 31, 2019
2 parents 712ea62 + 7716bca commit dbc3021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legends/searchable-discrete-color-legend.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const defaultProps = {
item =>
String(item.title || item)
.toLowerCase()
.indexOf(s) !== -1
.indexOf(s.toLowerCase()) !== -1
)
};

Expand Down

0 comments on commit dbc3021

Please sign in to comment.