diff --git a/web/src/CropperDiv.js b/web/src/CropperDiv.js index 3cee2be1..88b62e9e 100644 --- a/web/src/CropperDiv.js +++ b/web/src/CropperDiv.js @@ -103,7 +103,7 @@ export const CropperDiv = (props) => { onCancel={handleCancel} width={600} footer={ - [] + [] } > diff --git a/web/src/PaymentResultPage.js b/web/src/PaymentResultPage.js index 380a5260..25cefe4e 100644 --- a/web/src/PaymentResultPage.js +++ b/web/src/PaymentResultPage.js @@ -83,7 +83,7 @@ class PaymentResultPage extends React.Component { title={`${i18next.t("payment:The payment is still under processing")}: ${payment.productDisplayName}, ${i18next.t("payment:the current state is")}: ${payment.state}, ${i18next.t("payment:please wait for a few seconds...")}`} subTitle={i18next.t("payment:Please click the below button to return to the original website")} extra={[ - , + , ]} /> diff --git a/web/src/auth/LoginPage.js b/web/src/auth/LoginPage.js index 05d12120..372c482d 100644 --- a/web/src/auth/LoginPage.js +++ b/web/src/auth/LoginPage.js @@ -285,7 +285,7 @@ class LoginPage extends React.Component { title="Sign Up Error" subTitle={"The application does not allow to sign up new account"} extra={[ - { + { Setting.goToLogin(this, application); }}>