ソースを参照

fix closabletextinput eslint error

keigo-h 3 年 前
コミット
7103df69c4
1 ファイル変更2 行追加0 行削除
  1. 2 0
      packages/app/src/components/Common/ClosableTextInput.tsx

+ 2 - 0
packages/app/src/components/Common/ClosableTextInput.tsx

@@ -126,4 +126,6 @@ const ClosableTextInput: FC<ClosableTextInputProps> = memo((props: ClosableTextI
   );
 });
 
+ClosableTextInput.displayName = 'ClosableTextInput';
+
 export default ClosableTextInput;