pl-fe: lint

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-09-19 00:59:26 +02:00
parent 076b16d751
commit b76dce2eb5

View file

@ -32,8 +32,6 @@ const Quotes: React.FC = () => {
dispatch(fetchStatusQuotes(statusId));
}, [statusId]);
const handleRefresh = () => dispatch(fetchStatusQuotes(statusId));
const emptyMessage = <FormattedMessage id='empty_column.quotes' defaultMessage='This post has not been quoted yet.' />;
return (