Skip to content

Commit

Permalink
Delete a blank line from player.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
xdzqyyds authored Nov 21, 2024
1 parent a835815 commit 6466d38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/components/player/player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default function Player(props: { stream: MediaStream, muted: boolean, aud
const videoTrack = props.stream.getVideoTracks()[0]
const [currentDeviceSpeaker] = useAtom(deviceSpeakerAtom)


useEffect(() => {
if (audioTrack && !videoTrack) {
setShowAudio(true)
Expand Down

0 comments on commit 6466d38

Please sign in to comment.