File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import NotificationMenu from '../components/NotificationMenu';
1313import Badge from '@material-ui/core/Badge' ;
1414import { connect } from "react-redux" ;
1515import { getNotifications } from "../redux/actions/notificationAction" ;
16- import DrawerComponent from './sideBarDrawer/Drawer' ;
1716import MultipleLanguages from './MultiLang/MultiLang'
1817import { useTranslation } from 'react-i18next' ;
1918
@@ -37,21 +36,11 @@ const useStyles = makeStyles((theme) => ({
3736} ) ) ;
3837
3938const 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 < >
You can’t perform that action at this time.
0 commit comments