diff --git a/src/modules/chapter/components/ChapterList.tsx b/src/modules/chapter/components/ChapterList.tsx index c733a872..fa070c8a 100644 --- a/src/modules/chapter/components/ChapterList.tsx +++ b/src/modules/chapter/components/ChapterList.tsx @@ -146,7 +146,7 @@ export const ChapterList = ({ const onSelect = useCallback( (id: number, selected: boolean, selectRange?: boolean) => handleSelection(id, selected, { selectRange }), - [], + [handleSelection], ); if (isLoading || (noChaptersFound && isRefreshing)) {