Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Benz committed Sep 27, 2023
1 parent 4f28fb1 commit dbbde9c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/VideoControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,11 @@ const VolumeSlider: React.FC<{
selectVolume: (state: RootState) => number,
setVolume: ActionCreatorWithPayload<number, string>,
}> = ({
selectIsMuted,
setIsMuted,
selectVolume,
setVolume
}) => {
selectIsMuted,
setIsMuted,
selectVolume,
setVolume
}) => {

const { t } = useTranslation();

Expand Down

0 comments on commit dbbde9c

Please sign in to comment.