Skip to content

Commit

Permalink
feat: low credit toToken redirect to sign page
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy147 committed Nov 11, 2024
1 parent dd91310 commit 93d85ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/views/Swap/Component/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ export const Main = () => {
KEYRING_TYPE.HdKeyring,
KEYRING_CLASS.HARDWARE.LEDGER,
].includes((currentAccount?.type || '') as any) &&
!receiveToken?.low_credit_score &&
!isSlippageHigh &&
!isSlippageLow &&
!showLoss
Expand Down

0 comments on commit 93d85ed

Please sign in to comment.