Parcourir la source

fix eslint error custominput display name

keigo-h il y a 3 ans
Parent
commit
b4652a4761

+ 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