Skip to content

Commit 18b8b05

Browse files
committed
remove unused function
1 parent 39a0d8e commit 18b8b05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/App.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ const mapDispatchToProps = dispatch => {
129129
userLogout: () => {
130130
dispatch(userLogout())
131131
},
132+
getPlaylistsBySpotify: () => {
133+
dispatch(getPlaylistsBySpotify(0))
134+
},
132135
getPlaylistTracks: (id) => {
133136
dispatch(getPlaylistTracks(id))
134137
},

0 commit comments

Comments
 (0)