Skip to content

Commit da78190

Browse files
committed
Fix loading error
1 parent cd6405a commit da78190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ function App() {
4040
useEffect(() => {
4141
if (socketUrl && slot && username) {
4242
setLoading(true)
43+
setHasError(false)
4344
const options = password
4445
? { password, tags: ['HintGame', 'DeathLink'] }
4546
: { tags: ['HintGame', 'DeathLink'] }

0 commit comments

Comments
 (0)