From a739d84bc2d10982aac5067bc36738f259398816 Mon Sep 17 00:00:00 2001 From: Vali98 Date: Thu, 24 Oct 2024 23:15:56 +0800 Subject: [PATCH] refactor: removed old settings button --- app/components/ChatMenu/ChatMenu.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app/components/ChatMenu/ChatMenu.tsx b/app/components/ChatMenu/ChatMenu.tsx index 2059fba..5affce7 100644 --- a/app/components/ChatMenu/ChatMenu.tsx +++ b/app/components/ChatMenu/ChatMenu.tsx @@ -90,18 +90,6 @@ const ChatMenu = () => { const gesture = Gesture.Exclusive(swipeDrawer, swipeChats) - const headerViewRightSettings = ( - - { - router.push('/AppSettingsMenu') - }}> - - - - ) - const headerViewRight = ( { headerLeft: () => headerViewLeft, headerRight: () => { - if (showDrawer) return headerViewRightSettings if (chat) return headerViewRight }, }}