diff --git a/web/src/portico/team.js b/web/src/portico/team.js index 74ccd8b438..cf326460c1 100644 --- a/web/src/portico/team.js +++ b/web/src/portico/team.js @@ -115,7 +115,7 @@ export default function render_tabs() { name: get_display_name(c), github_username: c.github_username, avatar: c.avatar, - profile_url: get_profile_url(c), + profile_url: get_profile_url(c, tab_name), commits: c[repo_name], }), )