Skip to content

Commit

Permalink
fix(bridge-ui): minor transactions list fix (#13266)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadab-taiko committed Mar 7, 2023
1 parent d735f80 commit 4e78865
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/bridge-ui/src/components/form/BridgeForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,10 @@
return store;
});
const allTransactions = $transactionsStore;
transactionsStore.set(
await $transactioner.GetAllByAddress(await $signer.getAddress())
[bridgeTransaction, ...allTransactions]
);
successToast($_("toast.transactionSent"));
Expand Down

0 comments on commit 4e78865

Please sign in to comment.