diff --git a/views/options/inventory.jade b/views/options/inventory.jade index 39b0b39109..5cac718be3 100644 --- a/views/options/inventory.jade +++ b/views/options/inventory.jade @@ -16,7 +16,7 @@ .span6(ng-show='hatching') h3 Hatch Your Egg p(ng-show='userHatchingPotions.length < 1') You don't have any hatching potions yet. - div(ng-show='userHatchingPotions') + div(ng-show='userHatchingPotions.length >= 1') p. Which hatching potion will you pour on your {{selectedEgg.text}} egg? select(ng-options='hatchingPotion for hatchingPotion in userHatchingPotions', ng-model="selectedPotion")