mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-04-29 05:00:24 -05:00
Removed unused var
This commit is contained in:
@@ -32,7 +32,6 @@ const Register = () => {
|
||||
});
|
||||
|
||||
const handleInput = (e) => {
|
||||
const fieldName = idMap[e.target.id];
|
||||
setForm({
|
||||
...form,
|
||||
[idMap[e.target.id]]: e.target.value,
|
||||
|
||||
Reference in New Issue
Block a user