diff --git a/components/table/components/row.jsx b/components/table/components/row.jsx index 44b42fec..7e97cc76 100644 --- a/components/table/components/row.jsx +++ b/components/table/components/row.jsx @@ -68,9 +68,9 @@ class Row extends React.Component { renderCellSelectable () { if (this.props.onSelect) { return ( - + - + ); } } diff --git a/spec/components/input.jsx b/spec/components/input.jsx index dbb3bc11..5b2be6f4 100644 --- a/spec/components/input.jsx +++ b/spec/components/input.jsx @@ -11,6 +11,8 @@ const InputTest = () => ( + + ); diff --git a/spec/root.jsx b/spec/root.jsx index de0d1c4d..d5e09a28 100644 --- a/spec/root.jsx +++ b/spec/root.jsx @@ -35,7 +35,7 @@ const _hrefProject = () => { const Root = () => ( -

React Toolbox Spec 0.11.3

+

React Toolbox Spec 0.11.4