Skip to content

Commit

Permalink
ci: prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Dec 25, 2023
1 parent 0d1390c commit b2c7a02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ const MediaPlayerComponent: FC<Props> = ({ hidden }) => {

const handleVideoClick = () => {
if (isReady) {
togglePlay();
togglePlay()
}
};
}

return playingNode ? (
<Wrapper hidden={hidden} onClick={handleVideoClick}>
Expand Down

0 comments on commit b2c7a02

Please sign in to comment.