|
|
|
@@ -402,7 +402,7 @@ const Index = () => { |
|
|
|
<Grid item xs={12} md={12} > |
|
|
|
<Box sx={{ width: { xs: '90%', md: '50%' }, mx: 'auto', mt: 4, textAlign: 'left' }}> |
|
|
|
{!isError && |
|
|
|
<Typography component="div" variant="body1" sx={{ fontSize: '20px' }}> |
|
|
|
<Typography component="div" variant="body1" color="error" sx={{ fontSize: '20px' }}> |
|
|
|
<FormattedMessage id="payAlert"/> |
|
|
|
</Typography> |
|
|
|
} |
|
|
|
|