update to the new tos state

This commit is contained in:
Sebastian 2023-09-14 11:10:37 -03:00
parent ee48a39eb3
commit dd25740c91
No known key found for this signature in database
GPG Key ID: 173909D1A5F66069

View File

@ -99,7 +99,6 @@ export function ShowButtonsNonAcceptedTosView({
</WarningText> </WarningText>
</section> </section>
)} */} )} */}
{terms.status === ExchangeTosStatus.Accepted && (
<section style={{ justifyContent: "space-around", display: "flex" }}> <section style={{ justifyContent: "space-around", display: "flex" }}>
<Button <Button
variant="contained" variant="contained"
@ -109,7 +108,6 @@ export function ShowButtonsNonAcceptedTosView({
<i18n.Translate>Review exchange terms of service</i18n.Translate> <i18n.Translate>Review exchange terms of service</i18n.Translate>
</Button> </Button>
</section> </section>
)}
</Fragment> </Fragment>
); );
} }