Skip to content

Commit

Permalink
chore: switch tvl to $ in asset list filters
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Nov 25, 2023
1 parent cd1d55a commit bf45604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/marginfi-v2-ui/src/store/uiStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ const SORT_OPTIONS_MAP: { [key in SortType]: SortAssetOption } = {
direction: sortDirection.ASC,
},
TVL_DESC: {
label: "TVL highest to lowest",
label: "$ highest to lowest",
value: SortType.TVL_DESC,
field: "TVL",
direction: sortDirection.DESC,
},
TVL_ASC: {
label: "TVL lowest to highest",
label: "$ lowest to highest",
value: SortType.TVL_ASC,
field: "TVL",
direction: sortDirection.ASC,
Expand Down

1 comment on commit bf45604

@vercel
Copy link

@vercel vercel bot commented on bf45604 Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.