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