[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: update to the new tos state
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: update to the new tos state |
Date: |
Thu, 14 Sep 2023 16:10:44 +0200 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new dd25740c9 update to the new tos state
dd25740c9 is described below
commit dd25740c914ed76afcb1206166033626f4469fa8
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Sep 14 11:10:37 2023 -0300
update to the new tos state
---
.../taler-wallet-webextension/src/components/TermsOfService/views.tsx | 2 --
1 file changed, 2 deletions(-)
diff --git
a/packages/taler-wallet-webextension/src/components/TermsOfService/views.tsx
b/packages/taler-wallet-webextension/src/components/TermsOfService/views.tsx
index f6c176550..f8e8b1eba 100644
--- a/packages/taler-wallet-webextension/src/components/TermsOfService/views.tsx
+++ b/packages/taler-wallet-webextension/src/components/TermsOfService/views.tsx
@@ -99,7 +99,6 @@ export function ShowButtonsNonAcceptedTosView({
</WarningText>
</section>
)} */}
- {terms.status === ExchangeTosStatus.Accepted && (
<section style={{ justifyContent: "space-around", display: "flex" }}>
<Button
variant="contained"
@@ -109,7 +108,6 @@ export function ShowButtonsNonAcceptedTosView({
<i18n.Translate>Review exchange terms of service</i18n.Translate>
</Button>
</section>
- )}
</Fragment>
);
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: update to the new tos state,
gnunet <=