Skip to content

Commit 994bfb9

Browse files
author
The-Infinitys
committed
disalbe lint
1 parent 3a3cd30 commit 994bfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/music/[music_id]/components/player.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export function Player({ music, musicList }: PlayerProps) {
147147
filter.disconnect();
148148
});
149149
};
150-
//lint-disable-next-line
150+
//eslint-disable-next-line react-hooks/exhaustive-deps
151151
}, []);
152152

153153
useEffect(() => {

0 commit comments

Comments
 (0)