diff --git a/spec/components/input.js b/spec/components/input.js index 856c64f8..61c57a07 100644 --- a/spec/components/input.js +++ b/spec/components/input.js @@ -9,7 +9,7 @@ class InputTest extends React.Component { withCustomIcon: '', withHintCustomIcon: '', multilineHint: 'Long Description here', - multilineRows: 'A\n\B\nC\nD\nE\nF' + multilineRows: 'A\n\B\nC\nD\nE\nF' }; handleChange = (name, value) => { @@ -30,7 +30,7 @@ class InputTest extends React.Component { - +