cert fix
This commit is contained in:
@@ -1704,8 +1704,6 @@ export function ColossiansStudySectionPage({ content }: Props) {
|
|||||||
return () => window.removeEventListener('mousedown', handleClick)
|
return () => window.removeEventListener('mousedown', handleClick)
|
||||||
}, [contextNoteMenu])
|
}, [contextNoteMenu])
|
||||||
|
|
||||||
const releasedSectionCount = sections.filter(s => isSectionReleased(s)).length
|
|
||||||
|
|
||||||
function checkAndShowCelebration(newIds: string[], wasAlreadyComplete: boolean) {
|
function checkAndShowCelebration(newIds: string[], wasAlreadyComplete: boolean) {
|
||||||
if (wasAlreadyComplete) return
|
if (wasAlreadyComplete) return
|
||||||
if (sections.length > 0 && newIds.length >= sections.length) {
|
if (sections.length > 0 && newIds.length >= sections.length) {
|
||||||
|
|||||||
Reference in New Issue
Block a user