Skip to content

Commit

Permalink
Agency Logo Not Displaying on Challenge Page #1503
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrug committed Jan 13, 2025
1 parent a0e7870 commit de165b6
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 de165b6

Please sign in to comment.