Skip to content

Commit e42b2c2

Browse files
authored
Merge pull request #4290 from topcoder-platform/hot-fix-profile-back
fix back arrow issue
2 parents cd9e5c7 + 1e28c0b commit e42b2c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ workflows:
174174
filters:
175175
branches:
176176
only:
177-
- develop
177+
- hot-fix-profile-back
178178
# This is alternate dev env for parallel testing
179179
- "build-test":
180180
context : org-global

src/shared/components/ProfilePage/Stats/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ class ProfileStats extends React.Component {
103103
<div styleName="page-state-header">
104104
<header>
105105
<div styleName="page-info">
106-
<a to={`${window.origin}/members/${handleParam}`} target={`${_.includes(window.origin, 'www') ? '_self' : '_blank'}`}>
106+
<Link to={`/members/${handleParam}`}>
107107
<LeftArrow styleName="left-arrow" />
108-
</a>
108+
</Link>
109109
&nbsp;
110110
<h1>
111111
{subTrack.replace('FIRST_2_FINISH', 'FIRST2FINISH').replace(/_/g, ' ')}

0 commit comments

Comments
 (0)