Skip to content

Commit

Permalink
#100 removed + button in notifications since it is not implemented yet
Browse files Browse the repository at this point in the history
  • Loading branch information
cynthiac3 committed Dec 25, 2019
1 parent dd7a3d5 commit e6c82e8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tutify/src/components/UserDashboardPage/AddNotif.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import React from "react";
import { Grid } from "@material-ui/core";
import AddIcon from '@material-ui/icons/Add';
import Fab from '@material-ui/core/Fab';
import ListItem from '@material-ui/core/ListItem';
import ListItemText from '@material-ui/core/ListItemText';
import ListItemAvatar from '@material-ui/core/ListItemAvatar';
Expand Down Expand Up @@ -43,13 +41,6 @@ class AddNotif extends React.Component {
}
/>
<Grid xs={6} md={1} item>
<Fab
size="small"
color="secondary"
aria-label="add"
>
<AddIcon />
</Fab>
</Grid>
</ListItem>
<Divider />
Expand Down

0 comments on commit e6c82e8

Please sign in to comment.