Skip to content

Commit cff54d0

Browse files
committed
fix lint
1 parent 2bebbeb commit cff54d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/form.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,9 +1317,9 @@ export function MultiInput ({
13171317
innerRef={(el) => { inputRefs.current[index] = el }}
13181318
onChange={(formik, e) => handleChange(formik, e, index)}
13191319
onKeyDown={e => handleKeyDown(e, index)}
1320-
style={{
1320+
style={{
13211321
textAlign: 'center',
1322-
maxWidth: `${charLength * 40}px`, // adjusts the max width of the input based on the charLength
1322+
maxWidth: `${charLength * 40}px` // adjusts the max width of the input based on the charLength
13231323
}}
13241324
prepend={showSequence && <InputGroup.Text>{index + 1}</InputGroup.Text>} // show the index of the input
13251325
hideError

0 commit comments

Comments
 (0)