diff --git a/components/PinInput.tsx b/components/PinInput.tsx index 5549c69b61..669460a557 100644 --- a/components/PinInput.tsx +++ b/components/PinInput.tsx @@ -16,9 +16,10 @@ export const PinInput: React.FC = props => { }, [state]); return ( - + {inputRefs.map((input, index) => (