Skip to content

Commit

Permalink
chore: small change on request update call
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola committed Jun 7, 2024
1 parent 22af7b1 commit 3b160fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ export class FungibleTokenTransferController implements ReactiveController {
this.selectedResource = resource;
this.resourceAmount = amount;
void this.buildTransactions();
this.host.requestUpdate();
}
this.host.requestUpdate();
};

onDestinationAddressChange = (address: string): void => {
Expand Down

0 comments on commit 3b160fa

Please sign in to comment.