mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-20 16:30:34 +00:00
Clear code
This commit is contained in:
parent
8a37c21b32
commit
2600a2cefb
@ -21,12 +21,12 @@ function EmojiPickerDialog({ emojiStyle }: { emojiStyle: EmojiStyleType }) {
|
||||
return (
|
||||
<Stack position="absolute" zIndex={1} left={120}>
|
||||
|
||||
<XStack>
|
||||
{/* <XStack>
|
||||
Your selected Emoji is:
|
||||
{selectedEmoji ? (
|
||||
<Emoji unified={selectedEmoji} emojiStyle={EmojiStyle.APPLE} size={22} />
|
||||
) : null}
|
||||
</XStack>
|
||||
</XStack> */}
|
||||
|
||||
<EmojiPicker
|
||||
onEmojiClick={onClick}
|
||||
|
Loading…
x
Reference in New Issue
Block a user