From 2d034f2fbb937cb84187f83f1bd9c12c501245f3 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 26 Feb 2021 15:53:43 +0700 Subject: [PATCH] fixed key warnings --- src/components/input/Button/index.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/input/Button/index.tsx b/src/components/input/Button/index.tsx index b480ef8d..d34c4b0a 100644 --- a/src/components/input/Button/index.tsx +++ b/src/components/input/Button/index.tsx @@ -83,12 +83,7 @@ const Button: FC = memo( title ? {title} : children || null, iconRight && , !!label && ( - + {label} ),