Skip to content

Commit

Permalink
fix: Rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Dec 5, 2024
1 parent dbd4569 commit ec21eb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 0 additions & 2 deletions editor.planx.uk/src/pages/Pay/MakePayment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
)}
</>
Expand Down

0 comments on commit ec21eb7

Please sign in to comment.