Skip to content

Commit

Permalink
Revert "Department REST API (#1877)"
Browse files Browse the repository at this point in the history
This reverts commit f49e9c6.
  • Loading branch information
collinpreston committed Sep 12, 2023
1 parent 38c6578 commit e11efe6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/public/src/containers/pages/checkout/CartPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ export class CartPage extends React.Component<Props, CartState> {
userFlexiblePriceExists === false
) {
if (
isFinancialAssistanceAvailable(
cartItems[0].product.purchasable_object.course
)
cartItems[0]?.product?.purchasable_object?.course?.page?.financial_assistance_form_url
) {
return (
<a
Expand Down

0 comments on commit e11efe6

Please sign in to comment.