Skip to content

Commit

Permalink
use the new premium for sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinmerbach committed Aug 11, 2024
1 parent 8f143dd commit 942518e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/insured/plan_shoppings/_plan_details.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
data-plan-category="<%= plan.product_type ? plan.product_type.downcase : '' %>"
data-plan-metal-level="<%= plan.metal_level.downcase %>"
data-plan-metal-network="<%= plan.network&.downcase %>"
data-plan-metal-premium="<%= plan.total_employee_cost %>"
data-plan-metal-premium="<%= premium %>"
data-plan-metal-ehb-premium="<%= plan.total_ehb_premium %>"
data-plan-childcare-subsidy-eligible="<%= plan_childcare_subsidy_eligible(plan) %>"
data-plan-metal-deductible="<%= plan.deductible == 'Not Applicable' ? '$0' : plan.deductible %>"
Expand Down

0 comments on commit 942518e

Please sign in to comment.