Skip to content

Commit

Permalink
remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Oct 31, 2023
1 parent c175538 commit 7f03a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/speech-to-text-service/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const SpeechToTextService = ({ currentRoom }: SpeechToTextServiceProps) => {
}
}
//eslint-disable-next-line
}, [speechService]);
}, []);

// if we've an active mic for room + speech to text on
// sometime it make confused to user if they would like to mute/unmute
Expand Down

0 comments on commit 7f03a0b

Please sign in to comment.