Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardost committed May 23, 2024
1 parent 81ecd54 commit fc47241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/checkout/checkout-thank-you/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ export class CheckoutThankYou extends Component<
<DomainOnlyThankYou
purchases={ purchases }
receiptId={ receiptId }
isGravatarDomain={ false }
isGravatarDomain={ false } // TODO: Replace by the correct value
/>
);
} else if ( purchases.length === 1 && isPlan( purchases[ 0 ] ) ) {
Expand Down

0 comments on commit fc47241

Please sign in to comment.