review fixes
This commit is contained in:
parent
b1ab09b348
commit
e6e3b752d6
2 changed files with 2 additions and 3 deletions
|
@ -186,7 +186,6 @@ const EmojiInput = {
|
|||
this.suggestions = take(matchedSuggestions, 5)
|
||||
.map(({ imageUrl, ...rest }) => ({
|
||||
...rest,
|
||||
// eslint-disable-next-line camelcase
|
||||
img: imageUrl || ''
|
||||
}))
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue