From a351d6553e60cdbf7309b415221f9437e9d297d6 Mon Sep 17 00:00:00 2001 From: Saumya Date: Mon, 21 Jul 2025 11:14:53 +0530 Subject: [PATCH] build errors fix --- .../agents/custom-agents-page/tabs-navigation.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/agents/custom-agents-page/tabs-navigation.tsx b/frontend/src/components/agents/custom-agents-page/tabs-navigation.tsx index 2603ff5a..240817c4 100644 --- a/frontend/src/components/agents/custom-agents-page/tabs-navigation.tsx +++ b/frontend/src/components/agents/custom-agents-page/tabs-navigation.tsx @@ -23,12 +23,10 @@ const agentTabs: TabConfig[] = [ }, ]; -export const TabsNavigation = ({ activeTab, onTabChange }: TabsNavigationProps) => { - return ( +export const TabsNavigation = ({ activeTab, onTabChange }: TabsNavigationProps) => ( - ); -}; \ No newline at end of file +); \ No newline at end of file