mirror of
https://gitlab.aliens-lyon.fr/encartes/web-interface.git
synced 2026-03-18 23:21:05 +01:00
Fix warning
This commit is contained in:
parent
5c9582ca83
commit
2044e53365
@ -267,7 +267,6 @@ function EditDialog({ isOpen, setIsOpen, room }) {
|
||||
return <Dialog open={isOpen} onClose={() => { setIsOpen(false) }}>
|
||||
<DialogTitle>Salle n°{room}</DialogTitle>
|
||||
<DialogContent>
|
||||
<DialogContentText>
|
||||
Noms :<br />
|
||||
{names.map(name => {
|
||||
return <Chip
|
||||
@ -307,8 +306,6 @@ function EditDialog({ isOpen, setIsOpen, room }) {
|
||||
fullWidth
|
||||
/>
|
||||
<Button onClick={() => { addUser() }}>Ajouter</Button>
|
||||
</DialogContentText>
|
||||
|
||||
</DialogContent>
|
||||
<DialogActions>
|
||||
<Button onClick={() => { setIsOpen(false) }}>Fermer</Button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user