1
0
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-07-26 11:41:24 +00:00

Update user-info-view.js

This commit is contained in:
Pigpig105
2022-11-29 08:46:20 -08:00
committed by GitHub
parent 5f2cd8f6a3
commit 6f51ab39ff

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