mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
publish: prevId -> nextId
This commit is contained in:
parent
77b1db2d16
commit
fbe0e4e9ba
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user