commit: 90f757cc6d9e1e29c2567979d3c27765f84cdc6c
parent 123913f34ffd91917a9ed4dd1c9d406fb547ef87
Author: Tusooa Zhu <tusooa@kazv.moe>
Date: Sun, 15 Aug 2021 00:53:57 -0400
Lint
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/components/emoji_picker/emoji_picker.js b/src/components/emoji_picker/emoji_picker.js
@@ -38,8 +38,6 @@ const filterByKeyword = (list, keyword = '') => {
return orderedEmojiList.flat()
}
-const packOf = emoji => (emoji.tags.filter(k => k.startsWith('pack:'))[0] || '').slice(5)
-
const EmojiPicker = {
props: {
enableStickerPicker: {