Skip to content

Commit

Permalink
feat: increase milestones values precision
Browse files Browse the repository at this point in the history
  • Loading branch information
khmm12 committed Sep 24, 2024
1 parent 1febfaf commit 6c7215d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TimeMilestones/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
} from 'date-fns'
import { roundDown } from '@/utils/rounds'

const PRECISION = 2
const PRECISION = 4

type CalculateRelative<T> = (now: Date) => T

Expand Down

0 comments on commit 6c7215d

Please sign in to comment.