Skip to content

Commit

Permalink
Merge pull request #587 from kweithers/main
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce authored Mar 10, 2024
2 parents 2364e2b + 9c2eed2 commit 027fee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/view/game/game_body.dart
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ class _ClaimWinCountdown extends StatelessWidget {

@override
Widget build(BuildContext context) {
final secs = duration.inSeconds.remainder(60);
final secs = duration.inSeconds;
return Center(
child: Padding(
padding: const EdgeInsets.all(10.0),
Expand Down

0 comments on commit 027fee3

Please sign in to comment.