Browse Source

fix closabletextinput eslint error

keigo-h 3 years ago
parent
commit
7103df69c4
1 changed files with 2 additions and 0 deletions
  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;