We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6d040c + 2c6f1a9 commit 64eeecaCopy full SHA for 64eeeca
1 file changed
apps/web/src/components/ProgressScreen.tsx
@@ -29,7 +29,7 @@ export default function ProgressScreen({
29
ratings = {},
30
totalCount = 11,
31
serverProgress = 0,
32
- allStalls: _allStalls = []
+ //allStalls: _allStalls = []
33
}: ProgressScreenProps) {
34
// Always use the server's synced progress as the ultimate source of truth
35
const localRatedCount = Object.keys(ratings).length;
@@ -227,4 +227,4 @@ export default function ProgressScreen({
227
</div>
228
229
);
230
-}
+}
0 commit comments