Skip to content

Commit 8a37302

Browse files
committed
remove redundant class reference
1 parent 632d690 commit 8a37302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/src/components/MenuAppBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class MenuAppBar extends React.Component {
197197
</CardContent>
198198
<Divider />
199199
<CardActions className={classes.authMenuActions}>
200-
<Button className={classes.authMenuButtons} variant="contained" color="primary" onClick={authenticationContext.signOut}>Sign Out</Button>
200+
<Button variant="contained" color="primary" onClick={authenticationContext.signOut}>Sign Out</Button>
201201
</CardActions>
202202
</Card>
203203
</ClickAwayListener>

0 commit comments

Comments
 (0)