Skip to content

Commit

Permalink
fix(bridge-ui): remove erroneous numeric expression (#16858)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeesura authored Apr 26, 2024
1 parent c55b532 commit 37525d8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import { AddressInputState } from '$components/Bridge/SharedBridgeComponents/AddressInput/state';
import { enteredAmount, selectedNFTs, selectedToken, tokenBalance } from '$components/Bridge/state';
import { importDone } from '$components/Bridge/state';
1;
import { detectContractType, type NFT, TokenType } from '$libs/token';
import { checkOwnership } from '$libs/token/checkOwnership';
import { getTokenWithInfoFromAddress } from '$libs/token/getTokenWithInfoFromAddress';
Expand Down

0 comments on commit 37525d8

Please sign in to comment.