diff --git a/frontend/src/app/(dashboard)/agents/page.tsx b/frontend/src/app/(dashboard)/agents/page.tsx
index 79b985bf..6a6a8f45 100644
--- a/frontend/src/app/(dashboard)/agents/page.tsx
+++ b/frontend/src/app/(dashboard)/agents/page.tsx
@@ -505,7 +505,8 @@ export default function AgentsPage() {
-
+ {/* Fixed height container to prevent layout shifts on tab change */}
+
{activeTab === "my-agents" && (
{
return (
-
+
- {marketplaceLoading ? (
-
- {Array.from({ length: 8 }).map((_, i) => (
-
-
-
-
-
-
-
+
+ {marketplaceLoading ? (
+
+ {Array.from({ length: 8 }).map((_, i) => (
+
+
+
+
+
+
+
+
+
-
-
- ))}
-
- ) : allMarketplaceItems.length === 0 ? (
-
-
- {marketplaceSearchQuery
- ? "No templates found matching your criteria. Try adjusting your search or filters."
- : "No agent templates are currently available in the marketplace."}
-
+ {marketplaceSearchQuery
+ ? "No templates found matching your criteria. Try adjusting your search or filters."
+ : "No agent templates are currently available in the marketplace."}
+