From ec21eb709929da1ec2d2c8a55de6e3112c87ca31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Thu, 5 Dec 2024 08:39:09 +0000 Subject: [PATCH] fix: Rebase issues --- .../src/@planx/components/Pay/Editor/FeeBreakdownSection.tsx | 2 +- editor.planx.uk/src/pages/Pay/MakePayment.tsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/editor.planx.uk/src/@planx/components/Pay/Editor/FeeBreakdownSection.tsx b/editor.planx.uk/src/@planx/components/Pay/Editor/FeeBreakdownSection.tsx index 9109276931..61b495a398 100644 --- a/editor.planx.uk/src/@planx/components/Pay/Editor/FeeBreakdownSection.tsx +++ b/editor.planx.uk/src/@planx/components/Pay/Editor/FeeBreakdownSection.tsx @@ -1,5 +1,5 @@ import ReceiptLongIcon from "@mui/icons-material/ReceiptLong"; -import { hasFeatureFlag } from 'lib/featureFlags'; +import { hasFeatureFlag } from "lib/featureFlags"; import React from "react"; import { FeaturePlaceholder } from "ui/editor/FeaturePlaceholder"; import ModalSection from "ui/editor/ModalSection"; diff --git a/editor.planx.uk/src/pages/Pay/MakePayment.tsx b/editor.planx.uk/src/pages/Pay/MakePayment.tsx index 4c7a2b9954..f6b686dab3 100644 --- a/editor.planx.uk/src/pages/Pay/MakePayment.tsx +++ b/editor.planx.uk/src/pages/Pay/MakePayment.tsx @@ -232,8 +232,6 @@ export default function MakePayment({ showInviteToPay={false} hideFeeBanner={true} paymentStatus={payment?.state.status} - // TODO: Handle fee breakdown for ITP scenarios - showFeeBreakdown={false} /> )}