diff --git a/src/app/_components/ScriptsGrid.tsx b/src/app/_components/ScriptsGrid.tsx index 6ff8142..e113f40 100644 --- a/src/app/_components/ScriptsGrid.tsx +++ b/src/app/_components/ScriptsGrid.tsx @@ -651,8 +651,8 @@ export function ScriptsGrid({ onInstallScript }: ScriptsGridProps) { onViewModeChange={setViewMode} /> - {/* Newest Scripts Carousel - Only show when no filters are active */} - {!hasActiveFilters && newestScripts.length > 0 && ( + {/* Newest Scripts Carousel - Always show when there are newest scripts */} + {newestScripts.length > 0 && (