feat: add checkout table auto clean + disable pay button for pre deployment test

This commit is contained in:
2025-08-15 18:25:05 +02:00
parent 15f65b1014
commit 1e37c43dcd
2 changed files with 15 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ export function MemberList({source}) {
{source === "admin" &&
<button className="btn btn-primary" onClick={() => navigate("validate")} style={{marginTop: "0.5rem"}}>Valider des
licences</button>}
{source === "club" &&
{source === "club" && false && // TODO: enable when payment is ready
<button className="btn btn-primary" onClick={() => navigate("pay")} style={{marginTop: "0.5rem"}}>Paiement des
licences</button>}
</div>