Skip to content

Commit

Permalink
fix(bridge-ui): minor transactions list fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shadab-taiko committed Mar 6, 2023
1 parent d735f80 commit fd2ef69
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 fd2ef69

Please sign in to comment.