cert fix
This commit is contained in:
@@ -1708,7 +1708,7 @@ export function ColossiansStudySectionPage({ content }: Props) {
|
||||
|
||||
function checkAndShowCelebration(newIds: string[], wasAlreadyComplete: boolean) {
|
||||
if (wasAlreadyComplete) return
|
||||
if (releasedSectionCount > 0 && newIds.length >= releasedSectionCount) {
|
||||
if (sections.length > 0 && newIds.length >= sections.length) {
|
||||
setShowCelebration(true)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user