Skip to content

Commit

Permalink
[๐Ÿ› FIX] ๊ฒฐ๊ณผ์ฐฝ์—์„œ ๋…ธ๋ž˜๊ฐ€ ์ค‘์ฒฉ๋˜๋Š” ๋ฒ„๊ทธ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
bishoe01 committed Jul 18, 2024
1 parent 9a296de commit dbf490b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions handtris/src/components/MusicProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ export const MusicProvider: React.FC<{ children: React.ReactNode }> = ({
useEffect(() => {
themeMusic.play();
setIsMusicPlaying(true);
return () => {
themeMusic.stop();
};
}, []);

useEffect(() => {
Expand Down

0 comments on commit dbf490b

Please sign in to comment.