function mapDispatchToProps(dispatch){ return{submitNewMessage: function(add){ dispatch(addMessage(add))} } }