From 1b55f3ca2682a849f7aa75e6af6569a3fa026451 Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Tue, 24 Aug 2021 12:54:34 +0700 Subject: [PATCH] enhan: test commit hooks --- src/components/common/InputCommon/InputCommon.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/common/InputCommon/InputCommon.tsx b/src/components/common/InputCommon/InputCommon.tsx index 3dc49129b..e0ca5ff95 100644 --- a/src/components/common/InputCommon/InputCommon.tsx +++ b/src/components/common/InputCommon/InputCommon.tsx @@ -15,7 +15,6 @@ interface Props { onEnter?: (value: string | number) => void, } - const InputCommon = forwardRef(({ value, placeholder, type, onChange, onEnter }: Props, ref) => { const inputElementRef = useRef(null);