diff --git a/ui/component/collectionMenuList/index.js b/ui/component/collectionMenuList/index.js index dc687b444..f8e244bb1 100644 --- a/ui/component/collectionMenuList/index.js +++ b/ui/component/collectionMenuList/index.js @@ -18,7 +18,7 @@ const select = (state, props) => { }; const perform = (dispatch) => ({ - openModal: (modal, props) => dispatch(doOpenModal(modal, props)), + doOpenModal: (modal, props) => dispatch(doOpenModal(modal, props)), doToggleShuffleList: (collectionId) => { dispatch(doToggleLoopList(collectionId, false, true)); dispatch(doToggleShuffleList(undefined, collectionId, true, true));