switch report date

This commit is contained in:
2023-01-23 23:51:18 +03:00
parent 107a00b915
commit 52e7df0e7b
3 changed files with 64 additions and 30 deletions

View File

@ -69,7 +69,7 @@ export const Summary = () => {
<button>Редактировать раздел</button>
</div>
<div className='summary__sectionGitItems'>
{gitInfo.length && gitInfo.map((itemGit) => {
{Boolean(gitInfo.length) && gitInfo.map((itemGit) => {
return <div key={itemGit.id} className='summary__sectionGitItem gitItem'>
<div className='gitItem__info'>
<div className='gitItem__info__about'>