Merge pull request #1030 from escapade-mckv/main

build errors fix
This commit is contained in:
Bobbie 2025-07-21 11:17:00 +05:30 committed by GitHub
commit 5231429513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -50,4 +50,4 @@ export const TabsNavigation = ({ activeTab, onTabChange, onCreateAgent }: TabsNa
onTabChange={handleTabSelection}
/>
);
};
}