summaryrefslogtreecommitdiff
path: root/app/client/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/dashboard')
-rw-r--r--app/client/dashboard/dashboardHeader.component.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/client/dashboard/dashboardHeader.component.js b/app/client/dashboard/dashboardHeader.component.js
index 9acee35..10b2241 100644
--- a/app/client/dashboard/dashboardHeader.component.js
+++ b/app/client/dashboard/dashboardHeader.component.js
@@ -44,13 +44,12 @@ class DashboardHeader extends Component {
<div>
Currently {util.gerund(task.activity)} {task.module} on {task.dataset}<br/>
{eta && <span>Epoch: {task.epoch} / {task.epochs}, ETA {eta}<br/></span>}
- <br />
- Want to play live? <button>Pause at the end of this epoch</button>
</div>
)
}
}
}
+// Want to play live? <button>Pause at the end of this epoch</button>
const mapStateToProps = state => ({
runner: state.system.runner,