File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import { PageHead } from './PageHead'
29
29
import { PageAside } from './PageAside'
30
30
import { Footer } from './Footer'
31
31
import { NotionPageHeader } from './NotionPageHeader'
32
- import { GitHubShareButton } from './GitHubShareButton'
32
+ // import { GitHubShareButton } from './GitHubShareButton'
33
33
34
34
import styles from './styles.module.css'
35
35
@@ -213,12 +213,12 @@ export const NotionPage: React.FC<types.PageProps> = ({
213
213
const showTableOfContents = ! ! isBlogPost
214
214
const minTableOfContentsItems = 3
215
215
216
- const pageAside = React . useMemo (
217
- ( ) => (
218
- < PageAside block = { block } recordMap = { recordMap } isBlogPost = { isBlogPost } />
219
- ) ,
220
- [ block , recordMap , isBlogPost ]
221
- )
216
+ // const pageAside = React.useMemo(
217
+ // () => (
218
+ // <PageAside block={block} recordMap={recordMap} isBlogPost={isBlogPost} />
219
+ // ),
220
+ // [block, recordMap, isBlogPost]
221
+ // )
222
222
223
223
const footer = React . useMemo ( ( ) => < Footer /> , [ ] )
224
224
You can’t perform that action at this time.
0 commit comments