Skip to content

Commit

Permalink
fix useless className
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jan 12, 2017
1 parent ff67c6e commit de544ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/table/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2155,7 +2155,7 @@ exports[`test renders ./components/table/demo/edit-row.md correctly 1`] = `

exports[`test renders ./components/table/demo/expand.md correctly 1`] = `
<div
class="table clearfix">
class=" clearfix">
<div
class="ant-spin-nested-loading">
<div
Expand Down
1 change: 0 additions & 1 deletion components/table/demo/expand.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ ReactDOM.render(
columns={columns}
expandedRowRender={record => <p>{record.description}</p>}
dataSource={data}
className="table"
/>
, mountNode);
````

0 comments on commit de544ad

Please sign in to comment.