Skip to content

Commit

Permalink
updated labels for reading time aggregations
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Aug 31, 2023
1 parent 6964d73 commit 4061905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/facets.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const facets = [
{ from: 0, to: 4.99999, key: 'Short (<5 minutes)' },
{ from: 5, to: 24.9999, key: 'Medium (5-25 minutes)' },
{ from: 25, to: 10000, key: 'Large (25+ minutes)' },
// { to: -0.0001, key: 'Unknown' },
{ to: -0.0001, key: 'Not applicable' },
],
// factory: 'ModalFixedRangeFacet',
default: {
Expand Down

0 comments on commit 4061905

Please sign in to comment.