diff --git a/src/colossiansStudy.tsx b/src/colossiansStudy.tsx index b07f702..40ec5e0 100644 --- a/src/colossiansStudy.tsx +++ b/src/colossiansStudy.tsx @@ -1704,8 +1704,6 @@ export function ColossiansStudySectionPage({ content }: Props) { return () => window.removeEventListener('mousedown', handleClick) }, [contextNoteMenu]) - const releasedSectionCount = sections.filter(s => isSectionReleased(s)).length - function checkAndShowCelebration(newIds: string[], wasAlreadyComplete: boolean) { if (wasAlreadyComplete) return if (sections.length > 0 && newIds.length >= sections.length) {