Skip to content

Commit

Permalink
fix: sort of contract trust value.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016x committed Jul 26, 2024
1 parent 728afd8 commit 8208c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/views/ApprovalManagePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ function getColumnsForContract({
return checkResult.keepRiskFirstReturnValue;

return (
b.$riskAboutValues.risk_spend_usd_value -
a.$riskAboutValues.risk_spend_usd_value
a.$riskAboutValues.risk_spend_usd_value -
b.$riskAboutValues.risk_spend_usd_value
);
},
sortOrder:
Expand Down

0 comments on commit 8208c5b

Please sign in to comment.