From 8208c5bc70d50574f97353d80e3360522b8634cb Mon Sep 17 00:00:00 2001 From: richardo2016x Date: Fri, 26 Jul 2024 16:02:22 +0800 Subject: [PATCH] fix: sort of contract trust value. --- src/ui/views/ApprovalManagePage/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/views/ApprovalManagePage/index.tsx b/src/ui/views/ApprovalManagePage/index.tsx index ca635d95930..2d08c90f831 100644 --- a/src/ui/views/ApprovalManagePage/index.tsx +++ b/src/ui/views/ApprovalManagePage/index.tsx @@ -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: