Skip to content

Commit

Permalink
Hook up max stream to summary screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanranson committed Aug 2, 2024
1 parent 71ec1d8 commit 2ccde2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions platforms/html5/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion platforms/html5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "html5",
"private": true,
"version": "4.3.1",
"version": "4.3.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion platforms/html5/src/summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class SummaryAPI {
},
{
key: 'Max Streak',
value: '--'
value: gameStreak.maxStreak.toString()
}
);

Expand Down

0 comments on commit 2ccde2d

Please sign in to comment.