feedback fix

This commit is contained in:
Danel Kungla
2025-09-23 14:33:48 +03:00
parent 4962ba8ec2
commit 4afc498cd7
2 changed files with 13 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ export default async function Recommendations({
analysisRecommendations.includes(analysis.title),
);
if (orderAnalyses.length < 1) {
if (orderAnalyses.length === 0) {
return null;
}