From 14b9d1b592d8245e96de4c1e672d07a6dfda0db5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 29 Dec 2017 14:37:50 -0500 Subject: [PATCH] Fix #11 --- src/ui/throttle.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/throttle.js b/src/ui/throttle.js index ab6a1f2..720a343 100644 --- a/src/ui/throttle.js +++ b/src/ui/throttle.js @@ -87,7 +87,6 @@ export default class Throttle extends Component { value={unit} onChange={e => this.setUnit(e.target.value)} > -