Skip to content

Commit a273607

Browse files
committed
Fix after nextjs rebase
1 parent 29748d2 commit a273607

File tree

7 files changed

+141
-109
lines changed

7 files changed

+141
-109
lines changed

reader/components/header/Header.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ const Header = () => {
1313
pdfMetadata,
1414
isThumbnailViewVisible,
1515
isOutlineViewVisible,
16+
isEnhancementViewVisible,
1617
printContainerRef,
1718
},
1819
toggleIsThumbnailViewVisible,
1920
toggleIsOutlineViewVisible,
21+
toggleIsEnhancementViewVisible,
2022
} = useContext(GlobalContext)
2123

2224
return (

src/components/icons/assets/create-new-annotation.svg renamed to reader/components/icons/assets/create-new-annotation.svg

File renamed without changes.

src/components/pdf-highlighter/utils/wiki-suggestions.js renamed to reader/components/pdf-highlighter/utils/wiki-suggestions.js

File renamed without changes.

yarn.lock

Lines changed: 139 additions & 109 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)