diff --git a/views/options/profile.jade b/views/options/profile.jade index 350079b9a5..2427b9cd6a 100644 --- a/views/options/profile.jade +++ b/views/options/profile.jade @@ -82,7 +82,7 @@ mixin customizeProfile(mobile) // Purchasable hairstyles menu(label=env.t('hairSet1')) - var colors = [2,4,5,6,7,8] - span(ng-hide='#{showPath("user.purchased.hair", colors, "&&")}') + span(ng-hide='#{showPath("user.purchased.hair.base", colors, "&&")}') +gemCost(2) button.btn.btn-xs(ng-click='#{unlockPath("hair.base",colors)}')!= env.t('unlockSet',{cost:5}) + ' ' each num in colors