Skip to content

Commit

Permalink
remove splice()
Browse files Browse the repository at this point in the history
  • Loading branch information
rbcp18 committed Oct 23, 2024
1 parent f2112ed commit fecaeda
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const CollateralTokenList: React.FC = () => {
<Loader />
) : tokensWithCommitments.length > 0 ? (
tokensWithCommitments
.slice()
.sort((a, b) => a.symbol.localeCompare(b.symbol))
.map((token) => (
<CollateralTokenRow
Expand Down

0 comments on commit fecaeda

Please sign in to comment.