From dbbeffd02629209f42affe3fb4bb4c46639ba0e3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 1 Jun 2018 03:59:25 +0200 Subject: remote IPC... done so sweetly, with promises and async --- app/client/dashboard/dashboard.component.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/client/dashboard/dashboard.component.js') diff --git a/app/client/dashboard/dashboard.component.js b/app/client/dashboard/dashboard.component.js index 2feba32..64200b0 100644 --- a/app/client/dashboard/dashboard.component.js +++ b/app/client/dashboard/dashboard.component.js @@ -25,17 +25,17 @@ class Dashboard extends Component { // } } render(){ - const { tasks, files, images, site } = this.props + const { queue, files, images, site } = this.props return (
- + - +
@@ -61,7 +61,7 @@ const mapStateToProps = state => ({ site: state.system.site, images: state.dashboard.images, files: state.dashboard.files, - tasks: state.task.tasks, + queue: state.queue.queue, }) const mapDispatchToProps = (dispatch, ownProps) => ({ -- cgit v1.2.3-70-g09d2