fix: init sendToList

This commit is contained in:
Vlad Stan
2022-08-03 13:50:07 +03:00
parent 5638bca2d7
commit c76644c561
3 changed files with 4 additions and 4 deletions
@@ -10,7 +10,7 @@ async function payment(path) {
data: function () {
return {
paymentTab: 'destination',
sendToList: [],
sendToList: [{address: '', amount: undefined}],
changeWallet: null,
changeAddress: {},
changeAmount: 0,