Skip to content

Commit

Permalink
Merge pull request #2518 from pastparty/fixed-doc-example-code
Browse files Browse the repository at this point in the history
[Docs] Fixed example code
  • Loading branch information
Gildas Garcia authored Nov 8, 2018
2 parents 31e3882 + 81200ac commit fe5bf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/List.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ const styles = {
},
};

const PostList = ({ classes, ...props) => (
const PostList = ({ classes, ...props }) => (
<List {...props} classes={{ header: classes.header }}>
<Datagrid>
...
Expand Down

0 comments on commit fe5bf19

Please sign in to comment.