From 2600a2cefb71662e22d1e0a188625b7d86f30a8a Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Tue, 22 Aug 2023 14:01:39 +0300 Subject: [PATCH] Clear code --- src/components/General/EmojiPickerDialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/General/EmojiPickerDialog.tsx b/src/components/General/EmojiPickerDialog.tsx index fdc58548..196b9b65 100644 --- a/src/components/General/EmojiPickerDialog.tsx +++ b/src/components/General/EmojiPickerDialog.tsx @@ -21,12 +21,12 @@ function EmojiPickerDialog({ emojiStyle }: { emojiStyle: EmojiStyleType }) { return ( - + {/* Your selected Emoji is: {selectedEmoji ? ( ) : null} - + */}