diff --git a/components/table/index.jsx b/components/table/index.jsx index ee161ba6..013bc96a 100644 --- a/components/table/index.jsx +++ b/components/table/index.jsx @@ -57,7 +57,7 @@ class Table extends React.Component { } }; - handleRowsSelect = (event) => { + handleRowsSelect = () => { this.setState({ selected: !this.state.selected }); };