Explorar el Código

FPS, red message

master
Jason Chuang hace 1 mes
padre
commit
505bbf4178
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/Payment/FPS/FPS.js

+ 1
- 1
src/pages/Payment/FPS/FPS.js Ver fichero

@@ -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>
}


Cargando…
Cancelar
Guardar