Skip to content

Commit

Permalink
fix(sanity): relative dates incorrectly appearing to be in the future (
Browse files Browse the repository at this point in the history
  • Loading branch information
juice49 authored Dec 13, 2024
1 parent b1307d9 commit 3869ede
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sanity/src/core/hooks/useRelativeTime.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use no memo'

import {
differenceInDays,
differenceInHours,
Expand Down

0 comments on commit 3869ede

Please sign in to comment.