Cashu: fix short url label (#1459)
This commit is contained in:
parent
67d246b675
commit
d4d5cd887d
|
@ -1360,7 +1360,7 @@ page_container %}
|
|||
getActiveMintUrlShort: function () {
|
||||
url = this.activeMintURL.replace('https://', '')
|
||||
|
||||
const cut_param = 40
|
||||
const cut_param = 46
|
||||
if (url.length > cut_param && url.indexOf('/') != -1) {
|
||||
url =
|
||||
url.substring(0, url.indexOf('/') + 1) +
|
||||
|
|
Loading…
Reference in New Issue
Block a user