We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42faa63 commit 3513bd3Copy full SHA for 3513bd3
1 file changed
frontends/main/src/app-pages/ProductPages/ProductSummary.tsx
@@ -886,7 +886,7 @@ const ProgramPriceRow: React.FC<ProgramPriceRowProps> = ({
886
// if (enrollmentType === "none") return null
887
888
const currentPrice = program.products[0]?.price
889
- const listPrice = program.list_price
+ const listPrice = program.page.list_price
890
891
const currentAmount = toNumericPrice(currentPrice)
892
const listAmount = toNumericPrice(listPrice)
@@ -916,7 +916,6 @@ const ProgramPriceRow: React.FC<ProgramPriceRowProps> = ({
916
</ProgramListPriceText>
917
</ProgramDiscountBlock>
918
) : null}
919
- <GrayText>(includes {program.certificate_type})</GrayText>
920
</ProgramPayContent>
921
</ProgramPaySection>
922
) : (
0 commit comments