From 3ce44f623e87df5f90153522ee0b55755f5594a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Jasikowski?= Date: Wed, 30 Oct 2024 15:34:06 +0100 Subject: [PATCH] Removed unused method --- src/js/component/list/List.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/js/component/list/List.js b/src/js/component/list/List.js index 5b7150b2..adfd3424 100644 --- a/src/js/component/list/List.js +++ b/src/js/component/list/List.js @@ -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 (