remove aria labels

This commit is contained in:
Proddy
2023-08-08 10:34:10 +02:00
parent b5b965e339
commit a996d00f70
4 changed files with 5 additions and 16 deletions

View File

@@ -142,7 +142,7 @@ const WiFiSettingsForm: FC = () => {
secondary={'Security: ' + networkSecurityMode(selectedNetwork) + ', Ch: ' + selectedNetwork.channel}
/>
<ListItemSecondaryAction>
<IconButton aria-label="Manual Config" onClick={deselectNetwork}>
<IconButton onClick={deselectNetwork}>
<DeleteIcon />
</IconButton>
</ListItemSecondaryAction>