aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-11-27 15:51:58 +0200
committerShpuld Shpuldson <shp@cock.li>2020-11-27 15:51:58 +0200
commite6e3b752d65fe2038a1b42ef9ddae8c21bf1cad2 (patch)
tree3063582b75584a80eda5ddbb132671c95ff81c2d /src/components
parentb1ab09b348014a8e70097158bda4d2e1226e4cb6 (diff)
review fixes
Diffstat (limited to 'src/components')
-rw-r--r--src/components/emoji_input/emoji_input.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/emoji_input/emoji_input.js b/src/components/emoji_input/emoji_input.js
index 3deeb6c8..2068a598 100644
--- a/src/components/emoji_input/emoji_input.js
+++ b/src/components/emoji_input/emoji_input.js
@@ -186,7 +186,6 @@ const EmojiInput = {
this.suggestions = take(matchedSuggestions, 5)
.map(({ imageUrl, ...rest }) => ({
...rest,
- // eslint-disable-next-line camelcase
img: imageUrl || ''
}))
},