summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/bundle.js b/public/bundle.js
index c39637a..9af8c7b 100644
--- a/public/bundle.js
+++ b/public/bundle.js
@@ -5924,7 +5924,7 @@ var mapDispatchToProps = function mapDispatchToProps(dispatch, ownProps) {
return {
actions: {
system: (0, _redux.bindActionCreators)(systemActions, dispatch),
- task: (0, _redux.bindActionCreators)(taskActions, dispatch),
+ queue: (0, _redux.bindActionCreators)(queueActions, dispatch),
live: (0, _redux.bindActionCreators)(liveActions, dispatch)
}
};