refactor: extract send-to component

This commit is contained in:
Vlad Stan
2022-08-03 13:50:07 +03:00
parent 3e7ce185f6
commit 3765900be0
8 changed files with 203 additions and 155 deletions
@@ -1,16 +1,4 @@
const tables = {
paymentTable: {
columns: [
{
name: 'data',
align: 'left'
}
],
pagination: {
rowsPerPage: 10
},
filter: ''
},
summaryTable: {
columns: [
{
@@ -43,7 +31,7 @@ const tableData = {
total: 0
},
payment: {
data: [{address: '', amount: undefined}],
data: [{address: '', amount: undefined}], // todo: remove
changeWallet: null,
changeAddress: {},
changeAmount: 0,