Browse Source

Update ChatPage.js

pull/91/head
AlphaX-Projects 2 years ago committed by GitHub
parent
commit
d650992ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      qortal-ui-plugins/plugins/core/components/ChatPage.js

2
qortal-ui-plugins/plugins/core/components/ChatPage.js

@ -669,7 +669,7 @@ class ChatPage extends LitElement {
let err1string = get("chatpage.cchange24");
parentEpml.request('showSnackBar', `${err1string}`);
} else {
if (this.balance < 20) {
if (this.balance < 4) {
this.myTrimmedMeassage = ''
this.myTrimmedMeassage = trimmedMessage
this.shadowRoot.getElementById('confirmDialog').open()

Loading…
Cancel
Save