Skip to content

Commit

Permalink
Merge branch 'main' into spike/stellar-wallet-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidesstaffieri authored Jun 21, 2023
2 parents ceaae06 + 1a1a23b commit a82ef49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/send-payment/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import "./index.scss";
type StepCount = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;

interface SendPaymentProps {
showHeader?: boolean;
hasHeader?: boolean;
}

export const SendPayment = (props: SendPaymentProps) => {
Expand Down Expand Up @@ -292,7 +292,7 @@ export const SendPayment = (props: SendPaymentProps) => {

return (
<>
{showHeader && (
{hasHeader && (
<Layout.Header hasThemeSwitch projectId="soroban-react-payment" />
)}
<div className="Layout__inset account-badge-row">
Expand Down

0 comments on commit a82ef49

Please sign in to comment.