ソースを参照

update UI

master
Anna Ho 1年前
コミット
a7b3f4ebb4
5個のファイルの変更0行の追加5行の削除
  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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

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




読み込み中…
キャンセル
保存