Skip to content

Commit fbebf75

Browse files
committed
fix: sprint qualifyings results
1 parent 8f71441 commit fbebf75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/config/router.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,13 +362,14 @@ class RouterLocalConfig {
362362
return Scaffold(
363363
appBar: AppBar(
364364
title: Text(
365-
'Sprint Shootout',
365+
AppLocalizations.of(context)!.sprintQualifyings,
366366
),
367367
backgroundColor: Theme.of(context).colorScheme.onPrimary,
368368
),
369369
body: QualificationResultsProvider(
370370
raceUrl: '',
371371
sessionId: state.pathParameters['meetingId']!,
372+
meetingId: state.pathParameters['meetingId']!,
372373
hasSprint: true,
373374
isSprintQualifying: true,
374375
),

0 commit comments

Comments
 (0)