|
|
|
@@ -13,7 +13,7 @@ import { useParams } from "react-router-dom"; |
|
|
|
import { useNavigate } from "react-router-dom"; |
|
|
|
import * as DateUtils from "utils/DateUtils" |
|
|
|
import * as FormatUtils from "utils/FormatUtils"; |
|
|
|
import { checkPaymentSuspention } from "utils/Utils"; |
|
|
|
import { checkPaymentSuspension } from "utils/Utils"; |
|
|
|
import { |
|
|
|
checkIsOnlyOnlinePayment, |
|
|
|
} from "utils/Utils"; |
|
|
|
@@ -182,7 +182,7 @@ const Index = () => { |
|
|
|
) |
|
|
|
}} /> |
|
|
|
<br /> |
|
|
|
{checkPaymentSuspention()? |
|
|
|
{checkPaymentSuspension()? |
|
|
|
<div> |
|
|
|
<Typography style={{ textAlign: "flex-start", color: "red" }}> |
|
|
|
<div dangerouslySetInnerHTML={{ __html: intl.formatMessage({ id: "suspensionMessageText" }) }} /> |
|
|
|
@@ -192,7 +192,7 @@ const Index = () => { |
|
|
|
} |
|
|
|
</Typography> |
|
|
|
|
|
|
|
{!checkPaymentSuspention()? |
|
|
|
{!checkPaymentSuspension()? |
|
|
|
<Typography variant="h4" sx={{ ml: 8, textAlign: "left" }}> |
|
|
|
<ThemeProvider theme={PNSPS_BUTTON_THEME}> |
|
|
|
<Button |
|
|
|
|