linter fix

This commit is contained in:
ilya-bkv 2023-03-10 02:42:38 +03:00
parent 21ad1bdf9e
commit 07bddd2c15

View File

@ -71,7 +71,7 @@ export const CommentRatingControl = (props: Props) => {
replyTo: props.comment.id replyTo: props.comment.id
}) })
} }
} catch (e) { } catch {
showSnackbar({ type: 'error', body: t('Error') }) showSnackbar({ type: 'error', body: t('Error') })
} }