update to the new tos state
This commit is contained in:
parent
ee48a39eb3
commit
dd25740c91
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user