Skip to content

Commit 39a0d8e

Browse files
committed
remove unused function
1 parent 38adb0f commit 39a0d8e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/App.js

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

0 commit comments

Comments
 (0)