Fix Unit tests WIP

This commit is contained in:
Atef Bellaaj 2025-06-24 13:53:36 +02:00 committed by Danny Avila
parent 37c423eb00
commit 33c4ef03c3
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
7 changed files with 402 additions and 158 deletions

View file

@ -278,9 +278,7 @@ const AgentGrid: React.FC<AgentGridProps> = ({ category, searchQuery, onSelectAg
)}
</div>
);
console.log('isLoading', isLoading);
console.log('isFetching', isFetching);
console.log('isFetchingNextPage', isFetchingNextPage);
if (isLoading || (isFetching && !isFetchingNextPage)) {
return loadingSkeleton;
}