Skip to content

Commit 02ef8da

Browse files
committed
fix(profile-page): wrong MM url at history graph
1 parent d03b4ff commit 02ef8da

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/ProfilePage/Stats/HistoryGraph

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export default class HistoryGraph extends React.Component {
211211
}
212212
if (track === 'DATA_SCIENCE') {
213213
if (subTrack === 'MARATHON_MATCH') {
214-
return `/challenges/${challengeId}`;
214+
return `${config.URL.COMMUNITY}/tc?module=MatchDetails&rd=${challengeId}`;
215215
}
216216
if (subTrack === 'SRM') {
217217
return `${config.URL.COMMUNITY}/stat?c=round_overview&rd=${challengeId}`;

0 commit comments

Comments
 (0)