diff options
Diffstat (limited to 'lib/components/dash.js')
| -rw-r--r-- | lib/components/dash.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/components/dash.js b/lib/components/dash.js index 77807ef..4f482aa 100644 --- a/lib/components/dash.js +++ b/lib/components/dash.js @@ -48,4 +48,4 @@ export default class DashComponent extends Component { */ this.currentCooldown = 0; } -}; +} |