diff --git a/extensions/src/platform-scripture/src/checks/configure-checks/book-selector.component.tsx b/extensions/src/platform-scripture/src/checks/configure-checks/book-selector.component.tsx index ce1dffa49a..fb8ce62815 100644 --- a/extensions/src/platform-scripture/src/checks/configure-checks/book-selector.component.tsx +++ b/extensions/src/platform-scripture/src/checks/configure-checks/book-selector.component.tsx @@ -22,7 +22,9 @@ export default function BookSelector({ selectedBookIds, handleSelectBooks, chapterCount, + endChapter, handleSelectEndChapter, + startChapter, handleSelectStartChapter, }: BookSelectorProps) { const [bookSelectionMode, setBookSelectionMode] = useState( @@ -74,6 +76,8 @@ export default function BookSelector({ handleSelectStartChapter={handleSelectStartChapter} handleSelectEndChapter={handleSelectEndChapter} chapterCount={chapterCount} + startChapter={startChapter} + endChapter={endChapter} />