fix :format

This commit is contained in:
VipinDevelops
2026-01-29 14:40:35 +05:30
parent d0f154fe7b
commit a7a72368de

View File

@@ -15,16 +15,16 @@ export function PageNavigationPaneOutlineTabPanel(props: Props) {
const {
editor: { editorRef },
} = page;
return (
<div className="size-full overflow-y-auto hide-scrollbar">
<div className="mt-3">
<PageContentBrowser
className="mt-0"
editorRef={editorRef}
emptyState={<PageNavigationPaneOutlineTabEmptyState />}
/>
</div>
<div className="mt-3">
<PageContentBrowser
className="mt-0"
editorRef={editorRef}
emptyState={<PageNavigationPaneOutlineTabEmptyState />}
/>
</div>
</div>
);
}