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:
Vendored
+1
-1
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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user