Explorar el Código

update UI

master
Anna Ho hace 1 año
padre
commit
a7b3f4ebb4
Se han modificado 5 ficheros con 0 adiciones y 5 borrados
  1. +0
    -1
      src/pages/Proof/Payment/Pay.js
  2. +0
    -1
      src/pages/Proof/Payment/Pay_Creditor.js
  3. +0
    -1
      src/pages/Proof/Payment/Pay_DN.js
  4. +0
    -1
      src/pages/Proof/Payment/Pay_Office.js
  5. +0
    -1
      src/pages/Proof/Payment/Pay_Online.js

+ 0
- 1
src/pages/Proof/Payment/Pay.js Ver fichero

@@ -155,7 +155,6 @@ const Index = ({ record }) => {
> >
<FormattedMessage id="payLater" /> <FormattedMessage id="payLater" />
</Button> </Button>
(<FormattedMessage id="backToNoticePage" />)
</ThemeProvider> </ThemeProvider>
</Typography> </Typography>
</Grid> </Grid>


+ 0
- 1
src/pages/Proof/Payment/Pay_Creditor.js Ver fichero

@@ -70,7 +70,6 @@ const Index = ({ record }) => {
navigate("/publicNotice"); navigate("/publicNotice");
}} }}
> >
<FormattedMessage id="backToNoticePage" />
</Button> </Button>
</Typography> </Typography>
</Grid> </Grid>


+ 0
- 1
src/pages/Proof/Payment/Pay_DN.js Ver fichero

@@ -105,7 +105,6 @@ const Index = ({ record }) => {
navigate("/publicNotice"); navigate("/publicNotice");
}} }}
> >
<FormattedMessage id="backToNoticePage" />
</Button> </Button>
</Typography> </Typography>
</Grid> </Grid>


+ 0
- 1
src/pages/Proof/Payment/Pay_Office.js Ver fichero

@@ -101,7 +101,6 @@ const Index = ({ record }) => {
navigate("/publicNotice"); navigate("/publicNotice");
}} }}
> >
<FormattedMessage id="backToNoticePage" />
</Button> </Button>
</Typography> </Typography>
</Grid> </Grid>


+ 0
- 1
src/pages/Proof/Payment/Pay_Online.js Ver fichero

@@ -199,7 +199,6 @@ const Index = () => {
> >
<FormattedMessage id="payLater" /> <FormattedMessage id="payLater" />
</Button> </Button>
(<FormattedMessage id="backToNoticePage" />)
</ThemeProvider> </ThemeProvider>
</Typography> </Typography>




Cargando…
Cancelar
Guardar