From a12b70b4f02374e57a413fce44a576564e2da13e Mon Sep 17 00:00:00 2001 From: Serhii Date: Fri, 20 Sep 2024 19:20:14 +0300 Subject: [PATCH] chore_lint --- frontend/src/components/Audio.tsx | 34 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/Audio.tsx b/frontend/src/components/Audio.tsx index 471ef87..8fa86b6 100644 --- a/frontend/src/components/Audio.tsx +++ b/frontend/src/components/Audio.tsx @@ -113,8 +113,8 @@ const AudioPlayer: React.FC = ({ currentImage, index }) => { onClick={togglePlayPause} className="p-2 bg-blue-500 text-white rounded-full hover:bg-blue-600" > - {isPlaying ? : } - + {isPlaying ? : } + - +
- - + - - - + + +
- +