mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Actual build cancelled.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user