From c7402042ea8aac95823f2a7f852429d8fd8ab957 Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Tue, 16 Jul 2024 17:19:46 +0300 Subject: [PATCH] fix(PasswordInput): fix incorrect props usage (#210) --- src/components/PasswordInput/PasswordInput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PasswordInput/PasswordInput.tsx b/src/components/PasswordInput/PasswordInput.tsx index 009d4ffb..a8e447fa 100644 --- a/src/components/PasswordInput/PasswordInput.tsx +++ b/src/components/PasswordInput/PasswordInput.tsx @@ -65,14 +65,14 @@ export const PasswordInput = (props: PasswordInputProps) => { ) : null} {showRevealButton ? (