toggleLogin: (bool, next) => dispatch(showModal(bool, true, next))
Example #2
0
 showModalCB: b => dispatch(showModal(b))
Example #3
0
 showLoginModal: () => dispatch(showModal(true))