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 e469ac4 commit ab78c4aCopy full SHA for ab78c4a
lib/src/view/user/perf_stats_screen.dart
@@ -388,7 +388,9 @@ class _Body extends ConsumerWidget {
388
StatCardRow([
389
StatCard(
390
context.l10n.averageOpponent,
391
- value: data.avgOpponent == null ? '?' : data.avgOpponent!.round().toString(),
+ value: data.avgOpponent == null
392
+ ? '?'
393
+ : data.avgOpponent!.round().toString(),
394
),
395
396
context.l10n.perfStatTimeSpentPlaying,
0 commit comments