We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5fc5c commit 6cc161bCopy full SHA for 6cc161b
src/components/dashboard/listItems.tsx
@@ -36,12 +36,6 @@ export const listItems = ({ navigate }: { navigate: NavigateFunction }) => {
36
</ListItemIcon>
37
<ListItemText primary="Donors" />
38
</ListItemButton>
39
- <ListItemButton onClick={() => { navigate("/messaging"); }}>
40
- <ListItemIcon>
41
- <MessageIcon />
42
- </ListItemIcon>
43
- <ListItemText primary="Messaging" />
44
- </ListItemButton>
45
</React.Fragment>
46
);
47
};
0 commit comments