Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
stiansolli committed Aug 17, 2024
1 parent 4f9ca95 commit bb5d613
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/atoms/markdown/MarkdownEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,11 @@ const MarkdownEditor: React.FC<MarkdownEditorProps> = ({

{showEmoji ? (
<div style={{ display: 'flex' }}>
<EmojiPicker theme={Theme.AUTO} lazyLoadEmojis={true} onEmojiClick={onClickEmoji} />
<EmojiPicker
theme={Theme.AUTO}
lazyLoadEmojis={true}
onEmojiClick={onClickEmoji}
/>
</div>
) : (
<div style={{ display: 'none' }}>
Expand Down

0 comments on commit bb5d613

Please sign in to comment.