Removed Delete button fron Customers

This commit is contained in:
Anna-Sara Sélea 2026-01-13 22:41:46 +01:00
parent 6101a5822c
commit 82c542c8f5

View file

@ -252,9 +252,11 @@ export default function Customer({customer, groupmembers}: (CustomerProps & Grou
</div> </div>
</details> </details>
</div> </div>
<button onClick={() => deleteCustomer(customer.id)} className="button mt-4 mr-3 is-danger is-outlined is-small"> {/*{groupmembers.length < 1 &&
<span>Radera deltagare</span> <button onClick={() => deleteCustomer(customer.id)} className="button mt-4 mr-3 is-danger is-outlined is-small">
</button> <span>Radera deltagare</span>
</button>
}*/}
</div> </div>
</section> </section>