mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
remove deprecated component
This commit is contained in:
@@ -163,11 +163,9 @@ const NetworkSettings = () => {
|
|||||||
selectedNetwork.bssid
|
selectedNetwork.bssid
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<ListItemSecondaryAction>
|
<IconButton onClick={setCancel}>
|
||||||
<IconButton onClick={setCancel}>
|
<DeleteIcon />
|
||||||
<DeleteIcon />
|
</IconButton>
|
||||||
</IconButton>
|
|
||||||
</ListItemSecondaryAction>
|
|
||||||
</ListItem>
|
</ListItem>
|
||||||
</List>
|
</List>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user