Skip to content

Commit

Permalink
fix: agent template
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Nov 29, 2023
1 parent b3118dd commit 92e9d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Home = () => {
{agentModules?.list && agentsData?.length > 0 ? (
<Agents isHome />
) : (
<DiscoverSystemAgents />
<DiscoverTemplateAgents />
)}

{teamModules?.list &&
Expand Down

0 comments on commit 92e9d85

Please sign in to comment.