Reorder and self close the No thanks buttons
This commit is contained in:
parent
738b3764e5
commit
59478e391c
|
@ -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>
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue