Skip to content

Commit

Permalink
Merge pull request #3822 from lredmo1/wv_194
Browse files Browse the repository at this point in the history
WV-194 increased image resolution on candidate supporters
  • Loading branch information
DaleMcGrew authored Feb 9, 2024
2 parents e1feac0 + cb19679 commit bdb1a32
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 bdb1a32

Please sign in to comment.