Skip to content

Commit

Permalink
Removed unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
mjasikowski committed Oct 30, 2024
1 parent 29d8fb8 commit 3ce44f6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/js/component/list/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ class List extends React.Component {
});
}

// eslint-disable-next-line react/no-unused-class-component-methods
fetch() {
if (!this.props.action) {
return;
}
this.props.action.fetch();
}

render() {
if (this.state.loading) {
return (
Expand Down

0 comments on commit 3ce44f6

Please sign in to comment.