|
|
|
@@ -96,17 +96,16 @@ const AuthWrapper = ({ children }) => { |
|
|
|
> |
|
|
|
<Grid item xs={12} sx={{ ml: 4,}}> |
|
|
|
{checkPaymentSuspension()? |
|
|
|
<Typography style={{ textAlign: "flex-start" }}> |
|
|
|
<Typography style={{ color: 'red', textAlign: "flex-start" }}> |
|
|
|
<div style={{ padding: 12 }} dangerouslySetInnerHTML={{ __html: intl.formatMessage({ id: "suspensionMessageText" }) }} /> |
|
|
|
</Typography> |
|
|
|
: |
|
|
|
<Typography style={{ textAlign: "flex-start" }}> |
|
|
|
<div |
|
|
|
style={{ padding: 12 }} |
|
|
|
dangerouslySetInnerHTML={{ __html: intl.formatMessage({ id: "homePageHeaderMessage" }) }} |
|
|
|
/> |
|
|
|
</Typography> |
|
|
|
} |
|
|
|
: ""} |
|
|
|
<Typography style={{ textAlign: "flex-start" }}> |
|
|
|
<div |
|
|
|
style={{ padding: 12 }} |
|
|
|
dangerouslySetInnerHTML={{ __html: intl.formatMessage({ id: "homePageHeaderMessage" }) }} |
|
|
|
/> |
|
|
|
</Typography> |
|
|
|
</Grid> |
|
|
|
<Grid |
|
|
|
container |
|
|
|
|