Browse Source

Merge pull request #222 from Philreact/bugfix/add-snackbar-profile-success

add snackbar
master
AlphaX-Projects 11 months ago committed by GitHub
parent
commit
23efa1e860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      core/language/us.json
  2. 2
      core/src/components/friends-view/profile.js

3
core/language/us.json

@ -1239,6 +1239,7 @@
"profile18": "Open profile",
"profile19": "Cannot fetch profile",
"profile20": "Register name",
"profile21": "Insert address from UI"
"profile21": "Insert address from UI",
"profile22": "Success"
}
}

2
core/src/components/friends-view/profile.js

@ -593,7 +593,7 @@ class ProfileQdn extends connect(store)(LitElement) {
this.resourceExists = true;
this.profileData = data;
store.dispatch(setProfileData(data));
parentEpml.request('showSnackBar', get('profile.profile22'))
worker.terminate();
} catch (error) {

Loading…
Cancel
Save