mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
fix read-only access
This commit is contained in:
@@ -131,7 +131,11 @@ const LayoutMenu: FC = () => {
|
||||
<Avatar sx={{ bgcolor: '#b1395f', color: 'white' }}>
|
||||
<PersonIcon />
|
||||
</Avatar>
|
||||
<ListItemText sx={{ pl: 2 }} primary={me.username} secondary={me.admin ? LL.ADMIN() : LL.GUEST()} />
|
||||
<ListItemText
|
||||
sx={{ pl: 2 }}
|
||||
primary={me.username}
|
||||
secondary={(me.admin ? LL.ADMIN() : LL.GUEST()) + ' Account'}
|
||||
/>
|
||||
</ListItem>
|
||||
</List>
|
||||
<Box p={2}>
|
||||
|
||||
Reference in New Issue
Block a user