Skip to content

Commit

Permalink
(fix) time ticks are the same when using Minute to set interval (#2238)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta committed Jun 9, 2023
1 parent b9cd1ec commit 796a9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/src/common/time-slider-marker.tsx
Expand Up @@ -72,7 +72,7 @@ const TimeSliderContainer = styled.svg`
const TICK_FORMATS = {
millisecond: '.SSS',
second: ':ss',
minute: 'HH:ss',
minute: 'HH:mm',
hour: 'HH A',
day: 'ddd DD',
week: 'MMM DD',
Expand Down

0 comments on commit 796a9d2

Please sign in to comment.