diff --git a/packages/pl-fe/src/features/quotes/index.tsx b/packages/pl-fe/src/features/quotes/index.tsx index c3987bacd0..4e1c919395 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 (