remove redundant class reference
This commit is contained in:
		| @@ -197,7 +197,7 @@ class MenuAppBar extends React.Component { | |||||||
|                     </CardContent> |                     </CardContent> | ||||||
|                     <Divider /> |                     <Divider /> | ||||||
|                     <CardActions className={classes.authMenuActions}> |                     <CardActions className={classes.authMenuActions}> | ||||||
|                       <Button className={classes.authMenuButtons} variant="contained" color="primary" onClick={authenticationContext.signOut}>Sign Out</Button> |                       <Button variant="contained" color="primary" onClick={authenticationContext.signOut}>Sign Out</Button> | ||||||
|                     </CardActions> |                     </CardActions> | ||||||
|                   </Card> |                   </Card> | ||||||
|                 </ClickAwayListener> |                 </ClickAwayListener> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user