Skip to content

Commit 866a009

Browse files
committed
remove default state
1 parent e8924d0 commit 866a009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/state/store.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const initialState = {
9292

9393
voiceState: {
9494
loading: false,
95-
failedGeneric: true,
95+
failedGeneric: false,
9696
autoJoinVoiceChat: false,
9797
serverHasVoiceChat: false,
9898
peersHidden: false,

0 commit comments

Comments
 (0)