Don't show Capture Their Flag clan ladder yet

This commit is contained in:
Nick Winter 2015-11-19 14:47:41 -08:00
parent 93fccaa23f
commit e80544e215

View file

@ -196,7 +196,7 @@ module.exports = class ClanDetailsView extends RootView
if level.concepts?
for concept in level.concepts
@conceptsProgression.push concept unless concept in @conceptsProgression
if level.type is 'hero-ladder'
if level.type is 'hero-ladder' and level.slug not in ['capture-their-flag']
@arenas.push level
@campaignLevelProgressions.push campaignLevelProgression
@render?()