mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Fixed #1276
This commit is contained in:
parent
a7690f0931
commit
3fbce8334d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ module.exports = class WizardSettingsView extends CocoView
|
|||
exists: wizardSettings[name]
|
||||
rgb: hslToHex(hsl)
|
||||
}
|
||||
c.colorGroups = (f(colorName) for colorName in _.keys colorGroups)
|
||||
c.colorGroups = (f(colorName) for colorName in _.keys colorGroups when colorName isnt 'team')
|
||||
c
|
||||
|
||||
afterRender: ->
|
||||
|
|
Loading…
Reference in a new issue