mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
feat: show pending messages in appbar
This commit is contained in:
@@ -16,7 +16,7 @@ import ChevronLeftIcon from "@material-ui/icons/ChevronLeft";
|
||||
import AccountCircle from "@material-ui/icons/AccountCircle";
|
||||
|
||||
import MainListItems from "./MainListItems";
|
||||
import NotificationsPopOver from "./NotificationsPopOver";
|
||||
import NotificationsPopOver from "../NotificationsPopOver";
|
||||
import { AuthContext } from "../../context/Auth/AuthContext";
|
||||
|
||||
const drawerWidth = 240;
|
||||
@@ -181,7 +181,7 @@ const MainDrawer = ({ appTitle, children }) => {
|
||||
>
|
||||
{appTitle}
|
||||
</Typography>
|
||||
<NotificationsPopOver />
|
||||
{/* <NotificationsPopOver /> */}
|
||||
|
||||
<div>
|
||||
<IconButton
|
||||
|
||||
Reference in New Issue
Block a user