diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 00:41:56 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 00:41:56 +0200 |
| commit | 8e286a37e398d614424e4ddc04808367e7ab0acd (patch) | |
| tree | cf75762bb46e1f190a70a14132c56633e81f1d8f /app/client/dashboard | |
| parent | 8ddd82faf17b5c36f3e9888321bde06160d9eaf1 (diff) | |
following the leader..
Diffstat (limited to 'app/client/dashboard')
| -rw-r--r-- | app/client/dashboard/dashboardHeader.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/dashboard/dashboardHeader.component.js b/app/client/dashboard/dashboardHeader.component.js index 508cbfa..62586b8 100644 --- a/app/client/dashboard/dashboardHeader.component.js +++ b/app/client/dashboard/dashboardHeader.component.js @@ -25,7 +25,7 @@ class DashboardHeader extends Component { const { runner } = this.props const gpu = runner.cpu if (gpu.status === 'IDLE') { - return null + return null } const task = gpu.task const eta = ((task.epochs - (task.epoch || 0)) * 180 / 60) + " minutes" |
