Skip to content

Commit

Permalink
removed empty useEffect block
Browse files Browse the repository at this point in the history
  • Loading branch information
koustov committed Aug 1, 2022
1 parent 1e0b228 commit 37b2f92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/common/playlists/PlayList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ const PlayList = () => {
const [allPlays, setAllPlays] = useState([])

let { playid } = useParams(); // return the parameter of url
useEffect(() => {

},[playid, loading])

if (loading) {
return <Loader />;
Expand Down

0 comments on commit 37b2f92

Please sign in to comment.