Skip to content

Commit

Permalink
Removed company logo from modal
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaV93 committed Aug 19, 2024
1 parent 4bced3c commit 5cc5777
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/compoents/InProgressReviewsModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ const InProgressReviewsModal = ({open, onClose, items}) => {
to={`/questions/${item.id}`}
onClick={() => console.log(item.id)}
>
<ListItemAvatar>
<Avatar alt={`${item.company_name} Logo`} src={item.company_logo}/>
</ListItemAvatar>
<ListItemText
primary={item.company_name}
secondary={
Expand Down

0 comments on commit 5cc5777

Please sign in to comment.