mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Fixes and change of Firebase API KEY
This commit is contained in:
@@ -65,10 +65,10 @@ function Game() {
|
||||
setSelectedWord('a')
|
||||
|
||||
let word = await BringTheWords(language, category, selectedWord)
|
||||
word = word.toLowerCase()
|
||||
word = word.toLowerCase()
|
||||
|
||||
await setSelectedWord(word)
|
||||
await setDisplayApp(true)
|
||||
setSelectedWord(word)
|
||||
setDisplayApp(true)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -172,7 +172,7 @@ function Game() {
|
||||
AlmacenateLanguage(language)
|
||||
|
||||
window.location.reload(false)
|
||||
}, 3000)
|
||||
}, 3000)
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user