File tree 2 files changed +3
-3
lines changed
src/shared/components/ProfilePage/Stats
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ workflows:
174
174
filters :
175
175
branches :
176
176
only :
177
- - develop
177
+ - hot-fix-profile-back
178
178
# This is alternate dev env for parallel testing
179
179
- " build-test " :
180
180
context : org-global
Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ class ProfileStats extends React.Component {
103
103
< div styleName = "page-state-header" >
104
104
< header >
105
105
< div styleName = "page-info" >
106
- < a to = { `${ window . origin } /members/${ handleParam } ` } target = { ` ${ _ . includes ( window . origin , 'www' ) ? '_self' : '_blank' } `} >
106
+ < Link to = { `/members/${ handleParam } ` } >
107
107
< LeftArrow styleName = "left-arrow" />
108
- </ a >
108
+ </ Link >
109
109
110
110
< h1 >
111
111
{ subTrack . replace ( 'FIRST_2_FINISH' , 'FIRST2FINISH' ) . replace ( / _ / g, ' ' ) }
You can’t perform that action at this time.
0 commit comments