Clean up missing mapStateToProps

This commit is contained in:
Jordan Eldredge 2018-01-25 19:59:06 -08:00
parent 34e50d0d77
commit 6775897e47

View file

@ -9,4 +9,4 @@ const Eject = props => (
const mapDispatchToProps = { openFileDialog };
export default connect(() => ({}), mapDispatchToProps)(Eject);
export default connect(null, mapDispatchToProps)(Eject);