Skip to content

Commit

Permalink
[Bug] Fix 12350 format in tooltip
Browse files Browse the repository at this point in the history
Signed-off-by: Valentine <vpanchin@gmail.com>
  • Loading branch information
b2kdaman committed Nov 24, 2020
1 parent 259022e commit d553bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const TOOLTIP_FORMATS = {
DECIMAL_INT: {
id: 'DECIMAL_INT',
label: '12350',
format: '.4r',
format: '.5r',
type: TOOLTIP_FORMAT_TYPES.DECIMAL
},
DECIMAL_THREE: {
Expand Down

0 comments on commit d553bb8

Please sign in to comment.