浏览代码

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;