Skip to content

Commit

Permalink
feat: remove messaging page link
Browse files Browse the repository at this point in the history
  • Loading branch information
ckthiessen committed Jun 16, 2024
1 parent 7d5fc5c commit 6cc161b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/dashboard/listItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ export const listItems = ({ navigate }: { navigate: NavigateFunction }) => {
</ListItemIcon>
<ListItemText primary="Donors" />
</ListItemButton>
<ListItemButton onClick={() => { navigate("/messaging"); }}>
<ListItemIcon>
<MessageIcon />
</ListItemIcon>
<ListItemText primary="Messaging" />
</ListItemButton>
</React.Fragment>
);
};

0 comments on commit 6cc161b

Please sign in to comment.