Переписываю спорные решения

This commit is contained in:
2023-01-16 19:57:55 +03:00
parent 794a5fa44e
commit 549e0eac74
11 changed files with 51 additions and 87 deletions

View File

@ -22,7 +22,7 @@ export const Summary = () => {
useEffect(() => {
apiRequest(`/profile/portfolio-projects?card_id=${localStorage.getItem('cardId')}`)
.then(responseGit => setGitInfo(responseGit))
}, [apiRequest]);
}, []);
return (
<div className='summary'>
<ProfileHeader/>