discussions: GitHub emojis render as undefined
#740
Answered
by
lowlighter
cherryblossom000
asked this question in
Q&A
-
The emoji of the General Feedback category is Possible fix: - for (const category of [...fetched.map(({category:{emoji, name}}) => `${imports.emoji.get(emoji)} ${name}`)])
+ for (const category of fetched.map(({category:{emoji, name}}) => `${imports.emoji.get(emoji) ?? emoji} ${name}`)) |
Beta Was this translation helpful? Give feedback.
Answered by
lowlighter
Jan 7, 2022
Replies: 1 comment
-
Thanks for your report 👍 ! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cherryblossom000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your report 👍 !
Will be tracked in #747