This commit is contained in:
jadera
2026-03-11 11:52:18 +02:00
parent 4c69a4620d
commit 7a9805ebe9
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -51,5 +51,7 @@ module.exports = {
"no-mixed-spaces-and-tabs": "warn",
"no-tabs": "warn",
"react/jsx-indent": "warn",
"padded-blocks": "warn",
"spaced-comment": "warn",,
},
};
+1 -1
View File
@@ -57,7 +57,7 @@ const SignUpPage: NextPage<InitialProps> = ({ initialForm }) => {
}
const trackedForm = {
...formData,
_source: "from the webs submit"
_source: "from the webs submit",
};
const payload: Signup = {