Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Sep 19, 2023
1 parent d362e78 commit ee9f3e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bridge-ui-v2/src/components/Bridge/Bridge.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
if (newNetwork) {
const destChainId = $destNetwork?.id;
if (!$destNetwork?.id) return;
// determine if we simply swapped dest and src networks
if (newNetwork.id === destChainId) {
destNetwork.set(oldNetwork);
Expand Down

0 comments on commit ee9f3e3

Please sign in to comment.