Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pbnjcub committed Feb 14, 2024
2 parents 994371e + bdb1a32 commit b756517
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ class MostRecentCampaignSupport extends React.Component {
{supportersOnStageNow.map((comment) => (
<CommentWrapper className="comment" key={comment.id}>
<CommentVoterPhotoWrapper>
{comment.we_vote_hosted_profile_image_url_tiny ? (
{comment.we_vote_hosted_profile_image_url_medium ? (
<LazyImage
src={comment.we_vote_hosted_profile_image_url_tiny}
src={comment.we_vote_hosted_profile_image_url_medium}
placeholder={avatarGeneric()}
className="profile-photo"
height={48}
Expand Down

0 comments on commit b756517

Please sign in to comment.