Переписываю спорные решения
This commit is contained in:
@ -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/>
|
||||
|
Reference in New Issue
Block a user