Przeglądaj źródła

Update BasicInfoSettings.jsx

itizawa 6 lat temu
rodzic
commit
0b71e0b462

+ 1 - 1
src/client/js/components/Me/BasicInfoSettings.jsx

@@ -23,7 +23,7 @@ class BasicInfoSettings extends React.Component {
 
   async componentDidMount() {
     try {
-      await this.props.personalContainer.retrieveExternalAccounts();
+      await this.props.personalContainer.retrievePersonalData();
     }
     catch (err) {
       toastError(err);