This commit is contained in:
Mikola
2023-11-19 20:01:50 +03:00
parent 9697c375e7
commit e61cb35f8e
4 changed files with 33 additions and 27 deletions

View File

@ -151,9 +151,9 @@ export const Summary = () => {
</a>
);
})}
{!Boolean(gitInfo.length) &&
<p className="noGitItems">Нет актуальных проектов</p>
}
{!Boolean(gitInfo.length) && (
<p className="noGitItems">Нет актуальных проектов</p>
)}
</div>
</div>
)}