Skip to content

Commit

Permalink
NCRS-3363: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-bell committed Dec 18, 2024
1 parent 4b788d8 commit 3e3930a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/masked-input/MaskedInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FormElementProps & {
const MaskedInput: React.FC<MaskedInputProps> = props => (
<FormGroup<MaskedInputProps> inputType="input" {...props}>
{({ className, width, error, ref, ...rest }) => (
<InputMask
<ReactInputMask
className={classNames(
'nhsuk-input',
{ [`nhsuk-input--width-${width}`]: width },
Expand Down

0 comments on commit 3e3930a

Please sign in to comment.