Skip to content

Commit

Permalink
chore: change default sort option to match sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Nov 30, 2023
1 parent 185c502 commit 0ee86a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/marginfi-v2-ui/src/store/uiStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const stateCreator: StateCreator<UiState, [], []> = (set, get) => ({
isFilteredUserPositions: false,
lendingMode: LendingModes.LEND,
poolFilter: PoolTypes.ALL,
sortOption: SORT_OPTIONS_MAP[SortType.APY_DESC],
sortOption: SORT_OPTIONS_MAP[SortType.TVL_DESC],

// Actions
setIsMenuDrawerOpen: (isOpen: boolean) => set({ isMenuDrawerOpen: isOpen }),
Expand Down

2 comments on commit 0ee86a3

@vercel
Copy link

@vercel vercel bot commented on 0ee86a3 Nov 30, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

omni – ./apps/omni

omni-git-production-mrgn.vercel.app
omni-one.vercel.app
omni.marginfi.com
omni-mrgn.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0ee86a3 Nov 30, 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.