From a9e9c8b3d499e086d8710ba2a311da5f39bd6523 Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Wed, 4 Jan 2023 21:07:45 +0100 Subject: [PATCH] Fix user info --- .../src/components/user-info-view/user-info-view.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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() {