feat: add checkout table auto clean + disable pay button for pre deployment test
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user