diff --git a/components/table/index.jsx b/components/table/index.jsx index fe22e9047a..8a3d23e4c7 100644 --- a/components/table/index.jsx +++ b/components/table/index.jsx @@ -742,7 +742,7 @@ export default class Table extends React.Component { table = {table}; return (
- {{table}} + {table} {this.renderPagination()}
);