From ca16c0d605fb9294f41b7cc3a596b9263ac8aaa9 Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Tue, 24 Aug 2021 13:54:01 +0700 Subject: [PATCH] :recycle: enhan: test pre-commit-message git hook :%s --- 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 d26ed98bd..c6446c990 100644 --- a/src/components/common/InputCommon/InputCommon.tsx +++ b/src/components/common/InputCommon/InputCommon.tsx @@ -5,7 +5,6 @@ import s from './InputCommon.module.scss'; type Ref = { focus: () => void } | null; - interface Props { children?: React.ReactNode, value?: string | number,