Example code fixed with missing return statement (#1154)

This commit is contained in:
Andy
2019-01-31 18:01:58 +01:00
committed by Tanner Linsley
parent 1e04377de7
commit 1fddb1b97d

View File

@@ -170,7 +170,7 @@ render() {
accessor: 'friend.age'
}]
<ReactTable
return <ReactTable
data={data}
columns={columns}
/>