1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00
This commit is contained in:
Bruno Windels
2018-10-24 14:36:08 +02:00
parent 25b55b2801
commit 30e6fdc122
4 changed files with 8 additions and 11 deletions

View File

@@ -62,7 +62,7 @@ export default class TopLeftMenuButton extends React.Component {
try {
const profileInfo = await this._getProfileInfo();
this.setState({profileInfo});
} catch(ex) {
} catch (ex) {
console.log("could not fetch profile");
console.error(ex);
}