Skip to content

Commit

Permalink
fix: low credit token on bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy147 committed Dec 4, 2024
1 parent 90eb11f commit 9e8e49f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/views/Bridge/Component/BridgeContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ export const BridgeContent = () => {

const handleBridge = useMemoizedFn(async () => {
if (
!toToken?.low_credit_score &&
[
KEYRING_TYPE.SimpleKeyring,
KEYRING_TYPE.HdKeyring,
Expand Down

0 comments on commit 9e8e49f

Please sign in to comment.