diff --git a/pkg/interface/src/views/apps/publish/components/lib/NoteNavigation.tsx b/pkg/interface/src/views/apps/publish/components/lib/NoteNavigation.tsx index 83fc0772d..8bfba446f 100644 --- a/pkg/interface/src/views/apps/publish/components/lib/NoteNavigation.tsx +++ b/pkg/interface/src/views/apps/publish/components/lib/NoteNavigation.tsx @@ -10,7 +10,7 @@ function NavigationItem(props: { date: number; prev?: boolean; }) { - const date = moment(date).fromNow(); + const date = moment(props.date).fromNow(); return (