Skip to content

Commit 3513bd3

Browse files
committed
Remove certificate text
1 parent 42faa63 commit 3513bd3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

frontends/main/src/app-pages/ProductPages/ProductSummary.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ const ProgramPriceRow: React.FC<ProgramPriceRowProps> = ({
886886
// if (enrollmentType === "none") return null
887887

888888
const currentPrice = program.products[0]?.price
889-
const listPrice = program.list_price
889+
const listPrice = program.page.list_price
890890

891891
const currentAmount = toNumericPrice(currentPrice)
892892
const listAmount = toNumericPrice(listPrice)
@@ -916,7 +916,6 @@ const ProgramPriceRow: React.FC<ProgramPriceRowProps> = ({
916916
</ProgramListPriceText>
917917
</ProgramDiscountBlock>
918918
) : null}
919-
<GrayText>(includes {program.certificate_type})</GrayText>
920919
</ProgramPayContent>
921920
</ProgramPaySection>
922921
) : (

0 commit comments

Comments
 (0)