We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b8bd3 commit 962db04Copy full SHA for 962db04
1 file changed
web/src/components/ChapterGroupList.tsx
@@ -18,8 +18,8 @@ export function ChapterGroupList() {
18
const searchTextUc = () => searchText().toUpperCase()
19
20
const chapters = api.getChapterData()
21
- // const chapterGroupsRecord = groupByBook(chapters)
22
- const chapterGroupsRecord = groupByDay(chapters, api.getTags(), OT_NT)
+ const chapterGroupsRecord = groupByBook(chapters)
+ // const chapterGroupsRecord = groupByDay(chapters, api.getTags(), OT_NT)
23
const groupNames = Object.keys(chapterGroupsRecord)
24
25
const filteredGroupNames = () =>
0 commit comments