mirror of
https://github.com/anna-sara/lan_kiosk
synced 2026-03-16 19:55:41 +01:00
Removed Delete button fron Customers
This commit is contained in:
parent
6101a5822c
commit
82c542c8f5
1 changed files with 5 additions and 3 deletions
|
|
@ -252,9 +252,11 @@ export default function Customer({customer, groupmembers}: (CustomerProps & Grou
|
|||
</div>
|
||||
</details>
|
||||
</div>
|
||||
{/*{groupmembers.length < 1 &&
|
||||
<button onClick={() => deleteCustomer(customer.id)} className="button mt-4 mr-3 is-danger is-outlined is-small">
|
||||
<span>Radera deltagare</span>
|
||||
</button>
|
||||
}*/}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue