Skip to content

Commit

Permalink
Merge pull request #778 from alexstotsky/upd-my-history-nav
Browse files Browse the repository at this point in the history
(improvement) My History navigation
  • Loading branch information
ezewer authored Mar 5, 2024
2 parents 8bb3ba4 + 9885ed2 commit f905a69
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 f905a69

Please sign in to comment.