remove redundant label from auth panel
This commit is contained in:
		| @@ -189,7 +189,7 @@ class MenuAppBar extends React.Component { | |||||||
|                               <AccountCircleIcon /> |                               <AccountCircleIcon /> | ||||||
|                             </Avatar> |                             </Avatar> | ||||||
|                           </ListItemAvatar> |                           </ListItemAvatar> | ||||||
|                           <ListItemText primary={"Signed in as: " + authenticationContext.jwt.username} secondary={ authenticationContext.jwt.admin ? "Admin User" : "Standard User"} /> |                           <ListItemText primary={"Signed in as: " + authenticationContext.jwt.username} secondary={ authenticationContext.jwt.admin ? "Admin User" : undefined} /> | ||||||
|                         </ListItem> |                         </ListItem> | ||||||
|                       </List> |                       </List> | ||||||
|                     </CardContent> |                     </CardContent> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user