Update default plans view conditional

Fixes a flash of unwanted content on Firefox
This commit is contained in:
Jessica Lawshe 2018-06-05 12:58:18 -05:00
parent e64a704341
commit 679d91c4d2

View file

@ -14,5 +14,5 @@ block content
.content.plans(ng-controller="PlansController")
.container(class="more-details" ng-cloak ng-if="plansVariant === 'more-details'")
include _plans_page_details_more
.container(ng-cloak ng-if="plansVariant != 'more-details'")
.container(ng-cloak ng-if="plansVariant === 'default' || !shouldABTestPlans")
include _plans_page_details_less