Skip to content

Commit

Permalink
remove chat tab in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmadHoseiny committed Dec 16, 2023
1 parent 3d264c2 commit 43eabba
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,7 @@ const pages = {
icon: icons.IconStethoscope,
url: '/patient/pages/doctors',
target: false,
},
{
id: 'chat',
title: 'Chat',
type: 'item',
icon: icons.ChatIcon,
url: '/patient/pages/chat',
target: false,
},
}
],
};

Expand Down

0 comments on commit 43eabba

Please sign in to comment.