Skip to content

Commit

Permalink
updated 12350 format
Browse files Browse the repository at this point in the history
Signed-off-by: Valentine <vpanchin@gmail.com>
  • Loading branch information
b2kdaman committed Dec 8, 2020
1 parent d553bb8 commit e52c9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ export const TOOLTIP_FORMATS = {
},
DECIMAL_INT: {
id: 'DECIMAL_INT',
label: '12350',
format: '.5r',
label: '12345 -> 12350',
format: '.4~r',
type: TOOLTIP_FORMAT_TYPES.DECIMAL
},
DECIMAL_THREE: {
Expand Down

0 comments on commit e52c9f5

Please sign in to comment.