tweak: dont show full id on wallet select box (#3017)
* tweak: dont show full id on wallet select box
* chore bundle
---------
Co-authored-by: dni ⚡ <office@dnilabs.com>
This commit is contained in:
parent
f2b9aafc51
commit
a4ca88b6a4
2 changed files with 2 additions and 2 deletions
2
lnbits/static/bundle.min.js
vendored
2
lnbits/static/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -209,7 +209,7 @@ window.LNbits = {
|
|||
})
|
||||
obj.walletOptions = obj.wallets.map(obj => {
|
||||
return {
|
||||
label: [obj.name, ' - ', obj.id].join(''),
|
||||
label: [obj.name, ' - ', obj.id.substring(0, 5), '...'].join(''),
|
||||
value: obj.id
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue