فهرست منبع

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;