From 88a28a9c0cf532250b7a8e7540ab4f14d4898df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Sun, 11 Dec 2016 23:54:53 +0000 Subject: [PATCH] fix linting issues --- ui/src/components/range-slider/index.js | 5 ++--- ui/src/shared/match.js | 1 - ui/stories/index.js | 5 +++-- 3 files changed, 5 insertions(+), 6 deletions(-) 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', () => (