diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-22 18:07:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-22 18:07:06 +0200 |
| commit | 9359758ce631528ae2b0deb82df05f908d5c42a2 (patch) | |
| tree | b6a43b59ca22c8bd0acf79e7a4b3f1beb20470eb /app/client/dashboard | |
| parent | 3347e241b860001721cb8c07fc6a82b51f97335e (diff) | |
why is this double encoded
Diffstat (limited to 'app/client/dashboard')
| -rw-r--r-- | app/client/dashboard/dashboardHeader.component.js | 3 |
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, |
