aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Settings.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/ui/Settings.js')
-rw-r--r--vnext/src/ui/Settings.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/vnext/src/ui/Settings.js b/vnext/src/ui/Settings.js
index 82fbcc9e..6e9d4f36 100644
--- a/vnext/src/ui/Settings.js
+++ b/vnext/src/ui/Settings.js
@@ -40,8 +40,8 @@ function ChangeAvatarForm({ onChange }) {
avatarChanged('');
me().then(visitor => {
onChange(visitor);
- });
- });
+ }).catch(console.error);
+ }).catch(console.error);
};
return (
<form>
@@ -93,13 +93,13 @@ export default function Settings({ onChange }) {
console.log('twitter disable');
};
let deleteJid = () => {
-
+ // TODO
};
let addEmail = () => {
-
+ // TODO
};
let deleteEmail = () => {
-
+ // TODO
};
return (
<div className="msg-cont">