···2121 useDrawerOpen,
2222} from "./Interactions/InteractionDrawer";
2323import { BookendSpacer, SandwichSpacer } from "components/LeafletLayout";
2424-import { CSS } from "@react-spring/web";
2524import { PageOptionButton } from "components/Pages/PageOptions";
2625import { CloseTiny } from "components/Icons/CloseTiny";
2726import { PageWrapper } from "components/Pages/Page";
···139138 <>
140139 {!fullPageScroll && <BookendSpacer />}
141140 <PageWrapper
141141+ pageType="doc"
142142 fullPageScroll={fullPageScroll}
143143 cardBorderHidden={!hasPageBackground}
144144 id={"post-page"}
···225225 <SandwichSpacer />
226226 {/*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!*/}
227227 <PageWrapper
228228+ pageType="doc"
228229 cardBorderHidden={!hasPageBackground}
229230 id={`post-page-${p}`}
230231 fullPageScroll={false}