more
This commit is contained in:
@@ -470,6 +470,7 @@ const SignupPage = () => {
|
||||
)}
|
||||
<div className="signup-button-box">
|
||||
{!showAddAccount ? (
|
||||
<>
|
||||
<Button
|
||||
className="secondary-button"
|
||||
type="button"
|
||||
@@ -478,10 +479,6 @@ const SignupPage = () => {
|
||||
disabled={isBusy}
|
||||
labelText="Add Account(s)"
|
||||
/>
|
||||
) : (
|
||||
<></>
|
||||
)}
|
||||
{!showAddAccount ? (
|
||||
<Button
|
||||
className="primary-button signup-proceed"
|
||||
type="button"
|
||||
@@ -490,6 +487,7 @@ const SignupPage = () => {
|
||||
disabled={isBusy}
|
||||
labelText="Proceed to Payment"
|
||||
/>
|
||||
</>
|
||||
) : (
|
||||
<></>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user