updated format and lint scripts and applied them
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default function updateStateFromId(e){
|
||||
const el = e.target;
|
||||
this.setState({ [el.id]: el.value });
|
||||
}
|
||||
export default function updateStateFromId(e) {
|
||||
const el = e.target
|
||||
this.setState({ [el.id]: el.value })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user