Skip to content

Commit

Permalink
PRESS4-273 | style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sumathi3399 committed Aug 8, 2023
1 parent 4cef3a4 commit ef7e96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Payment = ({ notify, pushChanges, values, controls }) => {
return null;
}
return (
<Section.Content separator>
<Section.Container>
{RuntimeSdk.brandSettings.setup.payment.includes("Paypal") && (
<Section.Content separator>
<Paypal notify={notify} />
Expand Down Expand Up @@ -60,7 +60,7 @@ const Payment = ({ notify, pushChanges, values, controls }) => {
</div>
</Section.Settings>
</Section.Content>
</Section.Content>
</Section.Container>
);
};

Expand Down

0 comments on commit ef7e96e

Please sign in to comment.