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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
}