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.
1 parent fecea03 commit e07e54bCopy full SHA for e07e54b
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 = []
33
}: ProgressScreenProps) {
34
// Always use the server's synced progress as the ultimate source of truth
35
const localRatedCount = Object.keys(ratings).length;
0 commit comments