From b2c7a02020b6f3b93083449bd37ee71fcb0e972a Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 25 Dec 2023 16:14:28 +0000 Subject: [PATCH] ci: prettier format --- .../App/SideBar/SidebarSubView/MediaPlayer/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/App/SideBar/SidebarSubView/MediaPlayer/index.tsx b/src/components/App/SideBar/SidebarSubView/MediaPlayer/index.tsx index f06df9c88..f974619af 100644 --- a/src/components/App/SideBar/SidebarSubView/MediaPlayer/index.tsx +++ b/src/components/App/SideBar/SidebarSubView/MediaPlayer/index.tsx @@ -97,9 +97,9 @@ const MediaPlayerComponent: FC = ({ hidden }) => { const handleVideoClick = () => { if (isReady) { - togglePlay(); + togglePlay() } - }; + } return playingNode ? (