Reorder and self close the No thanks buttons

This commit is contained in:
James Allan 2022-05-09 14:56:59 +10:00
parent 738b3764e5
commit 59478e391c
1 changed files with 1 additions and 1 deletions

View File

@ -209,8 +209,8 @@ const MainContent: React.FC< MainContentProps > = ( { setHasError } ) => {
</p>
<div className="wcpay-empty-subscriptions__button_container">
<NoThanksButton></NoThanksButton>
<GetStartedButton setHasError={ setHasError } />
<NoThanksButton />
</div>
</>
);