From e587e0f61be913161abd93f29395a4de7cf079fd Mon Sep 17 00:00:00 2001 From: shubhu Date: Tue, 24 Jan 2017 22:04:15 +0530 Subject: [PATCH] fixed #904 added check for copilot --- app/profile/profile.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/profile/profile.controller.js b/app/profile/profile.controller.js index 0a558a47e..85da8283d 100644 --- a/app/profile/profile.controller.js +++ b/app/profile/profile.controller.js @@ -44,7 +44,7 @@ import moment from 'moment' vm.stats = stats vm.profile.tracks = vm.profile.tracks || [] vm.tracks = ProfileService.getTracks(stats) || vm.profile.tracks - if (stats.COPILOT && stats.COPILOT.contests && vm.profile.tracks.indexOf('COPILOT') == -1) { + if (vm.profile.badges.copilot || (stats.COPILOT && stats.COPILOT.contests && vm.profile.tracks.indexOf('COPILOT') == -1)) { vm.profile.tracks.push('COPILOT') } // flag to indicate if the member has acitivity on topcoder to be shown pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy