Skip to content

Commit

Permalink
Merge pull request #6441 from Rekl0w/Fix#6439
Browse files Browse the repository at this point in the history
Fix #6439: InputOtp import fix
  • Loading branch information
nitrogenous authored Apr 22, 2024
2 parents cdc7c3e + 66efaa9 commit fbfd5e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/lib/inputotp/InputOtp.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,5 @@ export const InputOtp = React.memo(
return <div {...rootElementProps}>{createInputElements(props.length)}</div>;
})
);

InputOtp.displayName = 'InputOtp';

0 comments on commit fbfd5e0

Please sign in to comment.