Browse Source

fix eslint error custominput display name

keigo-h 3 years ago
parent
commit
b4652a4761
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/app/src/components/Admin/AuditLog/DateRangePicker.tsx

+ 1 - 0
packages/app/src/components/Admin/AuditLog/DateRangePicker.tsx

@@ -27,6 +27,7 @@ const CustomInput = forwardRef<HTMLButtonElement, CustomInputProps>((props: Cust
   );
 });
 
+CustomInput.displayName = 'CustomInput';
 
 type DateRangePickerProps = {
   startDate: Date | null