pl-fe: lint
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
076b16d751
commit
b76dce2eb5
1 changed files with 0 additions and 2 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue