Skip to content

Commit

Permalink
Merge pull request #899 from kartoza/remove-logs
Browse files Browse the repository at this point in the history
patch: remove span
  • Loading branch information
tinashechiraya authored Feb 7, 2024
2 parents 08cd693 + 1ff0951 commit 5f2efd5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ const ManageImagesModal: React.FC<ManageImageProps> = ({
${(!isGroupMatching || (isGroupMatching && isScoreBelow50 < 50)) ? 'border-2 border-red-500' : ''}
`}
>
<span>{image.pest_name}</span>
<span>{title}</span>
<Img
className="h-28 md:h-auto object-cover w-28"
key={`${image.pest_id}`}
Expand Down

0 comments on commit 5f2efd5

Please sign in to comment.