From fecaeda367603a900b70e7c867c067b1a99d8fba Mon Sep 17 00:00:00 2001 From: "gmryan.eth" <45776981+rbcp18@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:03:42 +0000 Subject: [PATCH] remove splice() --- .../BorrowSection/CollateralTokenList/CollateralTokenList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/BorrowSection/CollateralTokenList/CollateralTokenList.tsx b/src/pages/BorrowSection/CollateralTokenList/CollateralTokenList.tsx index 5009dc9..22484b4 100644 --- a/src/pages/BorrowSection/CollateralTokenList/CollateralTokenList.tsx +++ b/src/pages/BorrowSection/CollateralTokenList/CollateralTokenList.tsx @@ -34,7 +34,6 @@ const CollateralTokenList: React.FC = () => { ) : tokensWithCommitments.length > 0 ? ( tokensWithCommitments - .slice() .sort((a, b) => a.symbol.localeCompare(b.symbol)) .map((token) => (