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 90a0cdcd..d5725195 100644 --- a/frontend/src/components/agents/custom-agents-page/tabs-navigation.tsx +++ b/frontend/src/components/agents/custom-agents-page/tabs-navigation.tsx @@ -49,5 +49,5 @@ export const TabsNavigation = ({ activeTab, onTabChange, onCreateAgent }: TabsNa activeTab={activeTab} onTabChange={handleTabSelection} /> - ); -}; \ No newline at end of file +); +} \ No newline at end of file