kappaa
This commit is contained in:
@@ -51,5 +51,7 @@ module.exports = {
|
|||||||
"no-mixed-spaces-and-tabs": "warn",
|
"no-mixed-spaces-and-tabs": "warn",
|
||||||
"no-tabs": "warn",
|
"no-tabs": "warn",
|
||||||
"react/jsx-indent": "warn",
|
"react/jsx-indent": "warn",
|
||||||
|
"padded-blocks": "warn",
|
||||||
|
"spaced-comment": "warn",,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ const SignUpPage: NextPage<InitialProps> = ({ initialForm }) => {
|
|||||||
}
|
}
|
||||||
const trackedForm = {
|
const trackedForm = {
|
||||||
...formData,
|
...formData,
|
||||||
_source: "from the webs submit"
|
_source: "from the webs submit",
|
||||||
};
|
};
|
||||||
|
|
||||||
const payload: Signup = {
|
const payload: Signup = {
|
||||||
|
|||||||
Reference in New Issue
Block a user