Skip to content

Commit 962db04

Browse files
committed
group by book
1 parent 55b8bd3 commit 962db04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/src/components/ChapterGroupList.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export function ChapterGroupList() {
1818
const searchTextUc = () => searchText().toUpperCase()
1919

2020
const chapters = api.getChapterData()
21-
// const chapterGroupsRecord = groupByBook(chapters)
22-
const chapterGroupsRecord = groupByDay(chapters, api.getTags(), OT_NT)
21+
const chapterGroupsRecord = groupByBook(chapters)
22+
// const chapterGroupsRecord = groupByDay(chapters, api.getTags(), OT_NT)
2323
const groupNames = Object.keys(chapterGroupsRecord)
2424

2525
const filteredGroupNames = () =>

0 commit comments

Comments
 (0)