chore: outline some buttons

This commit is contained in:
Eneko Illarramendi
2020-04-18 23:17:16 +02:00
parent 9e98dae317
commit 57c26ed2bb
8 changed files with 157 additions and 75 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ var LNbits = {
});
obj.walletOptions = obj.wallets.map(function (obj) {
return {
label: [obj.name, ' (', obj.id , ')'].join(''),
label: [obj.name, ' - ', obj.id].join(''),
value: obj.id
};
});