From e2ba63eada40527db811aa9b01789835be9bc7f0 Mon Sep 17 00:00:00 2001 From: Jared Pereira Date: Mon, 20 Oct 2025 22:05:44 -0400 Subject: [PATCH] specify post pages are docs --- app/lish/[did]/[publication]/[rkey]/PostPages.tsx | 3 ++- components/Pages/Page.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/lish/[did]/[publication]/[rkey]/PostPages.tsx b/app/lish/[did]/[publication]/[rkey]/PostPages.tsx index 100fa35b..e9697208 100644 --- a/app/lish/[did]/[publication]/[rkey]/PostPages.tsx +++ b/app/lish/[did]/[publication]/[rkey]/PostPages.tsx @@ -21,7 +21,6 @@ import { useDrawerOpen, } from "./Interactions/InteractionDrawer"; import { BookendSpacer, SandwichSpacer } from "components/LeafletLayout"; -import { CSS } from "@react-spring/web"; import { PageOptionButton } from "components/Pages/PageOptions"; import { CloseTiny } from "components/Icons/CloseTiny"; import { PageWrapper } from "components/Pages/Page"; @@ -139,6 +138,7 @@ export function PostPages({ <> {!fullPageScroll && } {/*JARED TODO : drawerOpen here is checking whether the drawer is open on the first page, rather than if it's open on this page. Please rewire this when you add drawers per page!*/} void; - pageType?: "canvas" | "doc"; + pageType: "canvas" | "doc"; canvasNarrow?: boolean | undefined; drawerOpen: boolean | undefined; }) => { -- 2.51.2