diff --git a/components/Pages/Page.tsx b/components/Pages/Page.tsx --- a/components/Pages/Page.tsx +++ b/components/Pages/Page.tsx @@ -83,7 +83,7 @@ fullPageScroll: boolean; isFocused?: boolean; onClickAction?: (e: React.MouseEvent) => void; - pageType?: "canvas" | "doc"; + pageType: "canvas" | "doc"; canvasNarrow?: boolean | undefined; drawerOpen: boolean | undefined; }) => { diff --git a/app/lish/[did]/[publication]/[rkey]/PostPages.tsx b/app/lish/[did]/[publication]/[rkey]/PostPages.tsx --- a/app/lish/[did]/[publication]/[rkey]/PostPages.tsx +++ b/app/lish/[did]/[publication]/[rkey]/PostPages.tsx @@ -21,7 +21,6 @@ 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 @@ <> {!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!*/}