Skip to content

Commit

Permalink
remove default state
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Dec 7, 2024
1 parent e8924d0 commit 866a009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/state/store.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const initialState = {

voiceState: {
loading: false,
failedGeneric: true,
failedGeneric: false,
autoJoinVoiceChat: false,
serverHasVoiceChat: false,
peersHidden: false,
Expand Down

0 comments on commit 866a009

Please sign in to comment.