From fbe0e4e9ba082b607f454ec7d7d41920b8ffe57e Mon Sep 17 00:00:00 2001 From: ryjm Date: Tue, 6 Oct 2020 13:13:05 -0400 Subject: [PATCH] publish: prevId -> nextId --- .../src/views/apps/publish/components/lib/NoteNavigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f216157735..4f7855ef11 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 = (