From ef08799fc0f9d4b747abc58b1a7ac4d9c13177f6 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:25:24 +0100 Subject: [PATCH] Render filtered chapters in ChapterList Regression 257c0c8e101188c4da96c4b7e97292e959ff30c2 --- src/modules/chapter/components/ChapterList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/chapter/components/ChapterList.tsx b/src/modules/chapter/components/ChapterList.tsx index 5f4e1cec..c733a872 100644 --- a/src/modules/chapter/components/ChapterList.tsx +++ b/src/modules/chapter/components/ChapterList.tsx @@ -241,8 +241,8 @@ export const ChapterList = ({ computeItemKey={(index) => visibleChapters[index].id} itemContent={(index: number) => (