Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Molaryy committed Dec 17, 2023
1 parent 068f64d commit 327c4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Form/TimerFormHandler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ const TimerFormHandler = () => {
{startPauseSound ? (
<>
<BreakTime />
<audio controls src={pauseSound} autoPlay hidden />
<audio controls src={pauseSound} autoPlay />
</>
) : startWorkSound[0] && startWorkSound[1] ? (
<audio controls src={workSound} autoPlay hidden />
<audio controls src={workSound} autoPlay />
) : (
<></>
)}
Expand Down

0 comments on commit 327c4e8

Please sign in to comment.