Skip to content

Commit

Permalink
Add missing props
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfheij-sil committed Sep 23, 2024
1 parent 6b3a214 commit 8b1a998
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ export default function BookSelector({
selectedBookIds,
handleSelectBooks,
chapterCount,
endChapter,
handleSelectEndChapter,
startChapter,
handleSelectStartChapter,
}: BookSelectorProps) {
const [bookSelectionMode, setBookSelectionMode] = useState<BookSelectionMode>(
Expand Down Expand Up @@ -74,6 +76,8 @@ export default function BookSelector({
handleSelectStartChapter={handleSelectStartChapter}
handleSelectEndChapter={handleSelectEndChapter}
chapterCount={chapterCount}
startChapter={startChapter}
endChapter={endChapter}
/>
</div>
</div>
Expand Down

0 comments on commit 8b1a998

Please sign in to comment.