test stat fix

This commit is contained in:
Dmitry 2024-06-13 08:45:43 +03:00
parent a6a7ea6c8c
commit 7c0c85addb
2 changed files with 1 additions and 1 deletions

View file

@ -432,7 +432,7 @@ class _TestButton extends StatelessWidget {
children: [
Expanded(
child: HorizontalProgressWidget(
stats!.words.incorrect.round(),
stats!.words.correct.round(),
stats!.words.total.round(),
color,
hasBorder: true,