From 97eaaa09f000d2c8b58a9972e41e196fba537f58 Mon Sep 17 00:00:00 2001 From: Ilya Severov Date: Fri, 3 Jul 2026 10:44:30 +0300 Subject: [PATCH] =?UTF-8?q?feature:=20=D0=A3=D1=81=D0=BB=D0=BE=D0=B2=D0=BD?= =?UTF-8?q?=D1=8B=D0=B9=20=D1=80=D0=B5=D0=BD=D0=B4=D0=B5=D1=80=20hint-?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Input/Input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Input/Input.tsx b/src/components/Input/Input.tsx index 64a2e2b..e8e2bd2 100644 --- a/src/components/Input/Input.tsx +++ b/src/components/Input/Input.tsx @@ -73,7 +73,7 @@ export const Input = forwardRef((props, forwardedR )} -
{hint}
+ {hasReactNode(hint) &&
{hint}
} ); });