Skip to content

Commit

Permalink
icons improved
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivamJoker committed Aug 16, 2019
1 parent 4b6cf78 commit fe2b56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CurrentSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const CurrentSection = ({ history, location }) => {
break;
}
}, [tabValue]);

//
useEffect(() => {
fetchSongs();
}, [tabValue, fetchSongs]);
Expand Down

0 comments on commit fe2b56a

Please sign in to comment.