Skip to content

Commit

Permalink
Remove unused menu icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Sep 17, 2020
1 parent 7309063 commit 5498151
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ItemTableAppBar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react";
import {makeStyles, Tooltip, Typography, AppBar, Toolbar, IconButton, Zoom} from "@material-ui/core"
import MenuIcon from "@material-ui/icons/Menu";
import DarkModeIcon from '@material-ui/icons/Brightness4';
import LightModeIcon from '@material-ui/icons/Brightness7';

Expand Down Expand Up @@ -36,10 +35,6 @@ export default function ItemTableAppBar(props){
{props.darkMode ? <DarkModeIcon /> : <LightModeIcon />}
</IconButton>
</Tooltip>

<IconButton edge="end" className={classes.menuButton} color="inherit" aria-label="menu">
<MenuIcon />
</IconButton>
</Toolbar>
</AppBar>
</>
Expand Down

0 comments on commit 5498151

Please sign in to comment.