mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 07:23:55 +00:00
Clean up missing mapStateToProps
This commit is contained in:
parent
34e50d0d77
commit
6775897e47
1 changed files with 1 additions and 1 deletions
|
|
@ -9,4 +9,4 @@ const Eject = props => (
|
|||
|
||||
const mapDispatchToProps = { openFileDialog };
|
||||
|
||||
export default connect(() => ({}), mapDispatchToProps)(Eject);
|
||||
export default connect(null, mapDispatchToProps)(Eject);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue