a tool for shared writing and social publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

remove extra pub nav render

Jared Pereira (May 28, 2026, 5:04 PM EDT) 8416c1c8 ea34eecd

-9
-9
app/(app)/lish/[did]/[publication]/[rkey]/DocumentPageRenderer.tsx
··· 18 18 import { LeafletContentProvider } from "contexts/LeafletContentContext"; 19 19 import { FontLoader } from "components/FontLoader"; 20 20 import { mergePreferences } from "src/utils/mergePreferences"; 21 - import { PublicationNav } from "../PublicationNav"; 22 - import { getPublicationURL } from "app/(app)/lish/createPub/getPublicationURL"; 23 21 import { CommentsSection } from "./Interactions/Comments/CommentsSection"; 24 22 25 23 export async function DocumentPageRenderer({ ··· 98 96 pub_creator={pub_creator} 99 97 > 100 98 <LeafletLayout> 101 - {document.publication?.pages?.length ? ( 102 - <PublicationNav 103 - publicationUrl={getPublicationURL(document.publication)} 104 - pages={document.publication.pages} 105 - activePath={null} 106 - /> 107 - ) : null} 108 99 <PostPages 109 100 document_uri={document.uri} 110 101 preferences={mergePreferences(