From 3e3930aa7435f154119e4be28ab0b18c41812d07 Mon Sep 17 00:00:00 2001 From: alice-bell Date: Wed, 18 Dec 2024 14:50:44 +0000 Subject: [PATCH] NCRS-3363: lint --- src/components/masked-input/MaskedInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/masked-input/MaskedInput.tsx b/src/components/masked-input/MaskedInput.tsx index 92d331f..cc2dd2f 100644 --- a/src/components/masked-input/MaskedInput.tsx +++ b/src/components/masked-input/MaskedInput.tsx @@ -32,7 +32,7 @@ FormElementProps & { const MaskedInput: React.FC = props => ( inputType="input" {...props}> {({ className, width, error, ref, ...rest }) => ( -