Skip to content

Commit 3a06162

Browse files
style: remove redundant space
1 parent 014dca6 commit 3a06162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const ReactInputVerificationCode = ({
207207
tabIndex={0}
208208
className={`ReactInputVerificationCode__item ${
209209
value[i] !== placeholder ? 'is-filled' : ''
210-
} ${i === activeIndex ? 'is-active' : ''} `}
210+
} ${i === activeIndex ? 'is-active' : ''}`}
211211
onFocus={onItemFocus(i)}
212212
>
213213
{value[i] || placeholder}

0 commit comments

Comments
 (0)