Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Jun 18, 2024
1 parent 4fb333d commit efbe03e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ export const base_range_and_above_labels = {
_01: '0.1 and above',
_001: '0.01 and above',
_0001: '0.001 and above',
_00001: '0.0001 and above'
_00001: '0.0001 and above',
_000001: '0.00001 and above'
}

0 comments on commit efbe03e

Please sign in to comment.