Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BelousSofiya committed Oct 20, 2023
1 parent 0bb7e00 commit 9bd0cd1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const CompanyCard = ({ companyData, isAuthorized }) => {
Authorization: `Token ${authToken}`,
},
body: JSON.stringify(data),
}).then();
});
}

async function getRequest(url) {
Expand Down Expand Up @@ -105,7 +105,6 @@ const CompanyCard = ({ companyData, isAuthorized }) => {
<div className={styles['company-card__image-frame']}>
<img
className={styles['company-card__image']}
// src={companyData.banner_image}
src={`${process.env.PUBLIC_URL}/companies-logos/defaultcompanybanner.png`}
alt={companyData.name}
/>
Expand Down

0 comments on commit 9bd0cd1

Please sign in to comment.