Actual build cancelled.

This commit is contained in:
2021-10-19 12:10:50 -03:00
parent 526fc9a0ab
commit ef9bb00792
10 changed files with 221 additions and 44 deletions

View File

@@ -38,7 +38,6 @@ function App() {
RecoveryCurrentScore(setCurrentScore)
RecoveryCurrentCategory(setCategory)
setcategoryIsReady(true)
@@ -46,6 +45,7 @@ function App() {
RecoveryCurrentLanguage(setLanguage)
ChangeTitle(language)
setLanguageIsReady(true)
}, [])
if (isVictory || isDefeat) {
@@ -56,7 +56,7 @@ function App() {
AlmacenateCategory(category)
AlmacenateLanguage(language)
window.location.reload(false)
window.location.reload(true)
}, 3000)
}