mirror of https://github.com/kortix-ai/suna.git
build errors fix
This commit is contained in:
parent
f5395e3e3b
commit
a351d6553e
|
@ -23,12 +23,10 @@ const agentTabs: TabConfig[] = [
|
|||
},
|
||||
];
|
||||
|
||||
export const TabsNavigation = ({ activeTab, onTabChange }: TabsNavigationProps) => {
|
||||
return (
|
||||
export const TabsNavigation = ({ activeTab, onTabChange }: TabsNavigationProps) => (
|
||||
<FancyTabs
|
||||
tabs={agentTabs}
|
||||
activeTab={activeTab}
|
||||
onTabChange={onTabChange}
|
||||
/>
|
||||
);
|
||||
};
|
||||
);
|
Loading…
Reference in New Issue