linter fix
This commit is contained in:
parent
21ad1bdf9e
commit
07bddd2c15
|
@ -71,7 +71,7 @@ export const CommentRatingControl = (props: Props) => {
|
|||
replyTo: props.comment.id
|
||||
})
|
||||
}
|
||||
} catch (e) {
|
||||
} catch {
|
||||
showSnackbar({ type: 'error', body: t('Error') })
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user