diff --git a/qortal-ui-core/src/components/user-info-view/user-info-view.js b/qortal-ui-core/src/components/user-info-view/user-info-view.js index 24245058..646d5a43 100644 --- a/qortal-ui-core/src/components/user-info-view/user-info-view.js +++ b/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 } - closeInfoDialog() { - this.shadowRoot.getElementById('userInfoDialog').close() - } - closeErrorDialog() { this.shadowRoot.getElementById('userErrorDialog').close() }