Skip to content

Commit e07e54b

Browse files
committed
fixed error
1 parent fecea03 commit e07e54b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/ProgressScreen.tsx

Lines changed: 1 addition & 1 deletion
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 = []
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;

0 commit comments

Comments
 (0)