Skip to content

Commit

Permalink
Merge pull request #1513 from GSA/1503-Agency-Logo-Not-Displaying
Browse files Browse the repository at this point in the history
Agency Logo Not Displaying on Challenge Page #1503
  • Loading branch information
jdonis authored Jan 13, 2025
2 parents 8992e33 + 1eb0719 commit 235b72b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/client/src/components/ChallengeDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ export const ChallengeDetails = ({challenge, challengePhases, preview, print, ta
}

return (
console.log("imageBase: " + imageBase)
(challenge && !!challengePhases) ? (
<div className="usa-full-width">
<section className="hero__wrapper" aria-label="Challenge overview details">
Expand Down

0 comments on commit 235b72b

Please sign in to comment.