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 f21615773..4f7855ef1 100644 --- a/pkg/interface/src/views/apps/publish/components/lib/NoteNavigation.tsx +++ b/pkg/interface/src/views/apps/publish/components/lib/NoteNavigation.tsx @@ -54,7 +54,7 @@ export function NoteNavigation(props: NoteNavigationProps) { } if (next) { - nextUrl = `${props.prevId}`; + nextUrl = `${props.nextId}`; nextComponent = (