diff --git a/ui/src/components/range-slider/index.js b/ui/src/components/range-slider/index.js
index 70b14677..5c679428 100644
--- a/ui/src/components/range-slider/index.js
+++ b/ui/src/components/range-slider/index.js
@@ -9,8 +9,7 @@ const {
} = composers;
const {
- colors,
- boxes
+ colors
} = constants;
const {
@@ -128,7 +127,7 @@ const StyledRange = styled.input`
&:focus::-ms-fill-upper {
${rangeUpper}
}
-`
+`;
const RangeSlider = ({
className,
diff --git a/ui/src/shared/match.js b/ui/src/shared/match.js
index 5f760af8..e68b6e45 100644
--- a/ui/src/shared/match.js
+++ b/ui/src/shared/match.js
@@ -60,7 +60,6 @@ module.exports = (obj = {}, initial = '') => (props) => {
* ```
**/
module.exports.prop = (obj = {}, initial = '') => (prop) => (props = {}) => {
- console.log(props);
const value = props[prop];
if (!value) {
diff --git a/ui/stories/index.js b/ui/stories/index.js
index 33505dd9..4af405f5 100644
--- a/ui/stories/index.js
+++ b/ui/stories/index.js
@@ -155,11 +155,11 @@ storiesOf('Input', module)
))
.add('type=email', () => (
- We'll never share your email with anyone else.
+ We'll never share your email with anyone else.
));
@@ -213,6 +213,7 @@ storiesOf('Radio Group', module)
Video killed the radio star
+ ));
storiesOf('RangeSlider', module)
.add('Default', () => (