Cashu: fix short url label (#1459)
This commit is contained in:
parent
67d246b675
commit
d4d5cd887d
1 changed files with 1 additions and 1 deletions
|
|
@ -1360,7 +1360,7 @@ page_container %}
|
||||||
getActiveMintUrlShort: function () {
|
getActiveMintUrlShort: function () {
|
||||||
url = this.activeMintURL.replace('https://', '')
|
url = this.activeMintURL.replace('https://', '')
|
||||||
|
|
||||||
const cut_param = 40
|
const cut_param = 46
|
||||||
if (url.length > cut_param && url.indexOf('/') != -1) {
|
if (url.length > cut_param && url.indexOf('/') != -1) {
|
||||||
url =
|
url =
|
||||||
url.substring(0, url.indexOf('/') + 1) +
|
url.substring(0, url.indexOf('/') + 1) +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue