Skip to content

Commit

Permalink
Update OrganizationNavbar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
duplixx authored Nov 20, 2023
1 parent 816e761 commit d2ade96
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ function organizationNavbar(props: InterfaceNavbarProps): JSX.Element {
translated: t('donate'),
view: true,
},
{
pluginName: 'Chats',
alias: 'chat',
link: `/user/chat/id=${organizationId}`,
translated: t('chat'),
view: true,
},
// {
// pluginName: 'Chats',
// alias: 'chat',
// link: `/user/chat/id=${organizationId}`,
// translated: t('chat'),
// view: true,
// },
];
if (localStorage.getItem('talawaPlugins')) {
const talawaPlugins: string = localStorage.getItem('talawaPlugins') || '{}';
Expand Down

0 comments on commit d2ade96

Please sign in to comment.