mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Add modal for GET_USER_WALLET
This commit is contained in:
parent
74871a81ef
commit
11781d93fd
@ -3554,6 +3554,11 @@ async function showModalAndWait(type, data) {
|
||||
</div>
|
||||
` : ''}
|
||||
|
||||
${type === actions.GET_USER_WALLET ? `
|
||||
<div class="modal-subcontainer">
|
||||
<p class="modal-paragraph">${get("browserpage.bchange49")}</p>
|
||||
</div>
|
||||
` : ''}
|
||||
${type === actions.GET_WALLET_BALANCE ? `
|
||||
<div class="modal-subcontainer">
|
||||
<p class="modal-paragraph">${get("browserpage.bchange20")}</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user