Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c0346df

Browse files
author
vikasrohit
committed
SUP-2410, Fix ordering of sub-tracks on profile and dashboard
-- Incorporated changes from PR.
1 parent 5ce61d5 commit c0346df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/profile/subtrack/subtrack.controller.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727

2828
vm.pageName = vm.subTrack.toLowerCase().replace(/_/g, ' ');
2929

30-
vm.tabs = [];
31-
vm.tabs.push('statistics');
30+
vm.tabs = ['statistics'];
3231

3332
if (vm.track !== 'COPILOT') {
3433
vm.tabs.push( vm.subTrack === 'SRM' ? 'Past srm': 'challenges');

0 commit comments

Comments
 (0)