feat: partial payment redesign

This commit is contained in:
Vlad Stan
2022-08-03 13:50:07 +03:00
parent 799fb99661
commit e98e3504ad
6 changed files with 164 additions and 104 deletions
@@ -80,8 +80,10 @@ async function utxoList(path) {
},
computed: {
columns: function() {
return this.utxosTable.columns.filter(c => c.selectable ? this.selectable : true)
columns: function () {
return this.utxosTable.columns.filter(c =>
c.selectable ? this.selectable : true
)
}
},