Skip to content

Conversation

@shubhendusaurabh
Copy link
Contributor

fixed #366 passing domain for user profiles avatar

<div styleName="avatar-container" key={winner.handle}>
<UserAvatarTooltip user={userProfile}>
<LeaderboardAvatar member={winner} />
<LeaderboardAvatar member={winner} domain={config.URL.BASE} />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shubhendusaurabh Here, and in the other file, do we really need to pass in the domain via the props? I believe, as now we get it from config, we can just remove such prop and related typechecks, etc. Please correct the code (or correct me, if there are some use cases that still need custom domains.)

@shubhendusaurabh
Copy link
Contributor Author

@birdofpreyru updated

@birdofpreyru birdofpreyru merged commit 29880ee into topcoder-platform:develop Aug 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[$10] - Tapping on the user profile image won't go to the profile page

2 participants