From 9885ed21293eb460eb915af9bd643e2c62e2a56b Mon Sep 17 00:00:00 2001 From: alexstotsky Date: Thu, 22 Feb 2024 12:13:04 +0200 Subject: [PATCH] Actualize my history items order --- src/ui/NavMenu/NavMenu.helpers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/NavMenu/NavMenu.helpers.js b/src/ui/NavMenu/NavMenu.helpers.js index 41f90d929..214661cfd 100644 --- a/src/ui/NavMenu/NavMenu.helpers.js +++ b/src/ui/NavMenu/NavMenu.helpers.js @@ -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 [