We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6405a commit da78190Copy full SHA for da78190
src/renderer/src/App.tsx
@@ -40,6 +40,7 @@ function App() {
40
useEffect(() => {
41
if (socketUrl && slot && username) {
42
setLoading(true)
43
+ setHasError(false)
44
const options = password
45
? { password, tags: ['HintGame', 'DeathLink'] }
46
: { tags: ['HintGame', 'DeathLink'] }
0 commit comments