Skip to content

Commit

Permalink
Add mobile withdrawal fix (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat authored Jan 18, 2024
1 parent 9bd4900 commit 75ec7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/AccountReceiveTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
@initializeWithdraw="initializeWithdraw(props.row)"
@togglePrivateKey="togglePrivateKey(props.row)"
@copyPrivateKey="copyPrivateKey(spendingPrivateKey)"
@updateDestinationAddress="destinationAddress = arguments[0]"
@updateDestinationAddress="onUpdateDestinationAddress"
:destinationAddress="destinationAddress"
:isWithdrawn="props.row.isWithdrawn"
:isWithdrawInProgress="isWithdrawInProgress"
Expand Down

0 comments on commit 75ec7f4

Please sign in to comment.