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) }}>
|
return <Dialog open={isOpen} onClose={() => { setIsOpen(false) }}>
|
||||||
<DialogTitle>Salle n°{room}</DialogTitle>
|
<DialogTitle>Salle n°{room}</DialogTitle>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<DialogContentText>
|
|
||||||
Noms :<br />
|
Noms :<br />
|
||||||
{names.map(name => {
|
{names.map(name => {
|
||||||
return <Chip
|
return <Chip
|
||||||
@ -307,8 +306,6 @@ function EditDialog({ isOpen, setIsOpen, room }) {
|
|||||||
fullWidth
|
fullWidth
|
||||||
/>
|
/>
|
||||||
<Button onClick={() => { addUser() }}>Ajouter</Button>
|
<Button onClick={() => { addUser() }}>Ajouter</Button>
|
||||||
</DialogContentText>
|
|
||||||
|
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
<DialogActions>
|
<DialogActions>
|
||||||
<Button onClick={() => { setIsOpen(false) }}>Fermer</Button>
|
<Button onClick={() => { setIsOpen(false) }}>Fermer</Button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user