Skip to content

Commit 6d30ca7

Browse files
committed
updates managernav component
1 parent 37c6e91 commit 6d30ca7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/components/ManagerNav.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import NotificationMenu from '../components/NotificationMenu';
1313
import Badge from '@material-ui/core/Badge';
1414
import { connect } from "react-redux";
1515
import { getNotifications } from "../redux/actions/notificationAction";
16-
import DrawerComponent from './sideBarDrawer/Drawer';
1716
import MultipleLanguages from './MultiLang/MultiLang'
1817
import { useTranslation } from 'react-i18next';
1918

@@ -37,21 +36,11 @@ const useStyles = makeStyles((theme) => ({
3736
}));
3837

3938
const ButtonAppBar= (props)=> {
40-
const classes = useStyles();
4139
const [sideBar, setSideBar] = useState(false);
4240
const [anchorEl, setAnchorEl] = useState(null);
4341
const showSideBar = () => setSideBar(!sideBar)
4442
const { t, i18n } = useTranslation();
4543
const classes = useStyles();
46-
const [sideBar, setSideBar] = useState(false)
47-
const handleClockMenuIcon = () => {
48-
console.log('hahahahahahahahahaha')
49-
return (
50-
<>
51-
<DrawerComponent />
52-
</>
53-
)
54-
}
5544
const handleClockMenuIcon = () => {
5645
return (
5746
<>

0 commit comments

Comments
 (0)