Skip to content

Commit 1dd07fe

Browse files
authored
Merge pull request #249 from TaloDev/develop
Release 0.27.1
2 parents f7cc91f + ab02dc5 commit 1dd07fe

File tree

3 files changed

+104
-121
lines changed

3 files changed

+104
-121
lines changed

package-lock.json

Lines changed: 102 additions & 118 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react-focus-lock": "^2.9.2",
3131
"react-hook-form": "^7.43.8",
3232
"react-required-if": "^1.0.3",
33-
"react-router-dom": "^6.7.0",
33+
"react-router-dom": "^6.23.1",
3434
"react-select": "^5.7.0",
3535
"recharts": "^2.1.15",
3636
"recoil": "^0.7.6",
@@ -71,7 +71,7 @@
7171
"lint-staged": {
7272
"*.{js,jsx}": "eslint --fix"
7373
},
74-
"version": "0.27.0",
74+
"version": "0.27.1",
7575
"engines": {
7676
"node": "20.x"
7777
},

src/App.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ function App() {
6262
if (!activeGame && games.length > 0) setActiveGame(games[0])
6363
}, [activeGame, games])
6464

65-
6665
if (isRefreshing) return <AppLoading />
6766

6867
return (

0 commit comments

Comments
 (0)