Skip to content

Commit 3e0753b

Browse files
committed
fix: unused var
1 parent bfae573 commit 3e0753b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/hooks/bridge/useBridging.ts

-2
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,9 @@ const useBridging = () => {
7979
});
8080
let url = `${CROSS_CHAIN_SWAP_ROUTE}${PREPARE_SWAP_ROUTE}`;
8181
url += `?token=${token.address}`;
82-
///: BEGIN:ONLY_INCLUDE_IF(solana-swaps)
8382
if (isSwap) {
8483
url += '&swaps=true';
8584
}
86-
///: END:ONLY_INCLUDE_IF
8785
history.push(url);
8886
} else {
8987
const portfolioUrl = getPortfolioUrl(

0 commit comments

Comments
 (0)