aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Settings.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-05 13:46:43 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit02b746cb6349512e9f7ba47f5a86c81981215149 (patch)
treea36c942ac28cc513a6211b28497233372eebc050 /vnext/src/components/Settings.js
parent61a1ec2d3133f0c12cb4418da408a0e2bb213dfd (diff)
Cleanup
Diffstat (limited to 'vnext/src/components/Settings.js')
-rw-r--r--vnext/src/components/Settings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/Settings.js b/vnext/src/components/Settings.js
index 44f02902..14c81e38 100644
--- a/vnext/src/components/Settings.js
+++ b/vnext/src/components/Settings.js
@@ -42,7 +42,7 @@ export default class Settings extends React.Component {
}
emailChanged = (event) => {
let newState = update(this.state, {
- me: { activeEmail: {$set: event.target.value }}
+ me: { activeEmail: { $set: event.target.value } }
});
this.setState(newState);
console.log('email update');