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 ada00969..453b6ccf 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 @@ -6,8 +6,6 @@ import { doLogout } from '../../redux/app/app-actions.js' import { get, translate, translateUnsafeHTML } from 'lit-translate' import '@polymer/paper-dialog/paper-dialog.js' -import '@polymer/neon-animation/animations/scale-up-animation.js'; -import '@polymer/neon-animation/animations/fade-out-animation.js'; import '@material/mwc-button' import '@material/mwc-icon' import '@vaadin/grid' @@ -1173,7 +1171,7 @@ class UserInfoView extends connect(store)(LitElement) { - +
${this.boughtBTCTemplate()} @@ -1193,7 +1191,7 @@ class UserInfoView extends connect(store)(LitElement) {
- +
${this.soldBTCTemplate()} @@ -1213,7 +1211,7 @@ class UserInfoView extends connect(store)(LitElement) {
- +

${translate("walletpage.wchange5")}


@@ -1773,7 +1771,7 @@ class UserInfoView extends connect(store)(LitElement) { openTrades() { this.shadowRoot.getElementById('userTrades').open() - this.shadowRoot.getElementById('userInfoDialog').close() + this.shadowRoot.getElementById('userFullInfoDialog').close() } async openUserBoughtDialog() {