Skip to content

Commit 64eeeca

Browse files
committed
2 parents c6d040c + 2c6f1a9 commit 64eeeca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/src/components/ProgressScreen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function ProgressScreen({
2929
ratings = {},
3030
totalCount = 11,
3131
serverProgress = 0,
32-
allStalls: _allStalls = []
32+
//allStalls: _allStalls = []
3333
}: ProgressScreenProps) {
3434
// Always use the server's synced progress as the ultimate source of truth
3535
const localRatedCount = Object.keys(ratings).length;
@@ -227,4 +227,4 @@ export default function ProgressScreen({
227227
</div>
228228
</div>
229229
);
230-
}
230+
}

0 commit comments

Comments
 (0)