publish: prevId -> nextId

This commit is contained in:
ryjm 2020-10-06 13:13:05 -04:00
parent 77b1db2d16
commit fbe0e4e9ba

View File

@ -54,7 +54,7 @@ export function NoteNavigation(props: NoteNavigationProps) {
} }
if (next) { if (next) {
nextUrl = `${props.prevId}`; nextUrl = `${props.nextId}`;
nextComponent = ( nextComponent = (
<NavigationItem <NavigationItem
title={next.title} title={next.title}