Skip to content

Commit

Permalink
chore: add ts comment
Browse files Browse the repository at this point in the history
  • Loading branch information
skinmaker1345 committed Sep 24, 2023
1 parent 42374d5 commit 7d07325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Form/TextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const TextArea: React.FC<TextAreaProps> = ({ name, placeholder, theme='auto', ma
<div ref={ref}>
<div className='absolute bottom-12 left-10 z-30'>
{
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
!emojiPickerHidden && <Picker title='선택해주세요' emoji='sunglasses' set='twitter' enableFrequentEmojiSort theme={theme} showSkinTones={false} onSelect={(e) => {
setEmojiPickerHidden(true)
setValue(value + ' ' + ((e as { native: string }).native || e.colons))
Expand Down

0 comments on commit 7d07325

Please sign in to comment.