From b76dce2eb5fe0681090c92ed8caf54b0a803ebb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 19 Sep 2024 00:59:26 +0200 Subject: [PATCH] pl-fe: lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- packages/pl-fe/src/features/quotes/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/pl-fe/src/features/quotes/index.tsx b/packages/pl-fe/src/features/quotes/index.tsx index c3987bacd..4e1c91939 100644 --- a/packages/pl-fe/src/features/quotes/index.tsx +++ b/packages/pl-fe/src/features/quotes/index.tsx @@ -32,8 +32,6 @@ const Quotes: React.FC = () => { dispatch(fetchStatusQuotes(statusId)); }, [statusId]); - const handleRefresh = () => dispatch(fetchStatusQuotes(statusId)); - const emptyMessage = ; return (