Skip to content

Commit

Permalink
Actualize my history items order
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstotsky committed Feb 26, 2024
1 parent 464689a commit 9885ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/NavMenu/NavMenu.helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ export const getSections = (menuType, isTurkishSite) => {
return [
[MENU_LEDGERS, 'ledgers.title'],
[MENU_MOVEMENTS, 'movements.title'],
[MENU_WALLETS, 'wallets.title'],
[MENU_FPAYMENT, 'navItems.myHistory.earnings', isTurkishSite, EARNINGS_TARGETS],
[[MENU_TRADES, MENU_CANDLES], 'trades.title'],
[[MENU_ORDERS, MENU_ORDER_TRADES], 'orders.title'],
[[MENU_POSITIONS, MENU_POSITIONS_ACTIVE, MENU_POSITIONS_AUDIT], 'positions.title'],
[MENU_FOFFER, 'navItems.myHistory.funding', isTurkishSite, FUNDING_TARGETS],
[MENU_FPAYMENT, 'navItems.myHistory.earnings', isTurkishSite, EARNINGS_TARGETS],
[MENU_WALLETS, 'wallets.title'],
]
case MENU_MERCHANT_HISTORY:
return [
Expand Down

0 comments on commit 9885ed2

Please sign in to comment.