diff --git a/package.json b/package.json index 60735cf..df198f7 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "nib": "^1.1.2", "npm-run-all": "^3.1.1", "onchange": "^3.0.2", - "standard": "8.0.0", + "standard": "^8.0.0", "stylus": "^0.54.5", "uglifyify": "3.0.3" }, diff --git a/src/index.js b/src/index.js index 74d1b36..c2d25f0 100644 --- a/src/index.js +++ b/src/index.js @@ -398,11 +398,11 @@ export default React.createClass({ > {typeof Cell === 'function' ? ( ) : typeof Cell !== 'undefined' ? Cell - : row[column.id]} + : rowInfo[column.id]} )