From 6cc161b4900362ae62b084d72ef03bd802e1bfcd Mon Sep 17 00:00:00 2001 From: Cole Thiessen Date: Sun, 16 Jun 2024 16:23:53 -0600 Subject: [PATCH] feat: remove messaging page link --- src/components/dashboard/listItems.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/dashboard/listItems.tsx b/src/components/dashboard/listItems.tsx index 42235cb..4dcea93 100644 --- a/src/components/dashboard/listItems.tsx +++ b/src/components/dashboard/listItems.tsx @@ -36,12 +36,6 @@ export const listItems = ({ navigate }: { navigate: NavigateFunction }) => { - { navigate("/messaging"); }}> - - - - - ); }; \ No newline at end of file