feat: show pending messages in appbar

This commit is contained in:
canove
2020-08-25 12:24:19 -03:00
parent ea4ff654ff
commit 6e8eba1187
11 changed files with 255 additions and 469 deletions

View File

@@ -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