fix: suppress hydration warnings in JiraLogs, MarkdownEditor, and NotesList components
This commit is contained in:
@@ -202,7 +202,7 @@ export function NotesList({
|
||||
|
||||
<div className="flex items-center gap-2 text-xs text-[var(--muted-foreground)]">
|
||||
<Calendar className="w-3 h-3" />
|
||||
<span>
|
||||
<span suppressHydrationWarning>
|
||||
{formatDistanceToNow(new Date(note.updatedAt), {
|
||||
addSuffix: true,
|
||||
locale: fr,
|
||||
|
||||
Reference in New Issue
Block a user