more
This commit is contained in:
@@ -119,7 +119,10 @@ const SignupPage = () => {
|
||||
).map((names, j) => (
|
||||
<Col key={`row${j}`}>
|
||||
{names.map((name, i) => (
|
||||
<Col key={`${name}${i + fieldsChunkSize * j}`} className="mb-3">
|
||||
<Col
|
||||
key={`${name}${i + fieldsChunkSize * j}`}
|
||||
className="signup-mobile-column"
|
||||
>
|
||||
<TextInput
|
||||
name={name}
|
||||
value={data[name].value}
|
||||
|
||||
Reference in New Issue
Block a user