Browse Source

Update user-info-view.js

q-apps
Pigpig105 2 years ago committed by GitHub
parent
commit
6f51ab39ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      qortal-ui-core/src/components/user-info-view/user-info-view.js

4
qortal-ui-core/src/components/user-info-view/user-info-view.js

@ -1841,10 +1841,6 @@ class UserInfoView extends connect(store)(LitElement) {
this.isLoadingSoldTradesARRR = false this.isLoadingSoldTradesARRR = false
} }
closeInfoDialog() {
this.shadowRoot.getElementById('userInfoDialog').close()
}
closeErrorDialog() { closeErrorDialog() {
this.shadowRoot.getElementById('userErrorDialog').close() this.shadowRoot.getElementById('userErrorDialog').close()
} }

Loading…
Cancel
Save