From 21697399109a62863770703e997118ada7688049 Mon Sep 17 00:00:00 2001 From: nmemmert Date: Thu, 18 Jun 2026 14:02:13 -0400 Subject: [PATCH] cert fix --- src/colossiansStudy.tsx | 2 -- 1 file changed, 2 deletions(-) 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) {