Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Aug 21, 2020
1 parent 7cb736b commit 07f2e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/livechat/client/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Tracker.autorun((c) => {
AccountBox.addItem({
name: 'Omnichannel',
icon: 'omnichannel',
href: 'livechat-current-chats',
href: '/omnichannel/current',
sideNav: 'omnichannelFlex',
condition: () => settings.get('Livechat_enabled') && hasAllPermission('view-livechat-manager'),
});
Expand Down

0 comments on commit 07f2e89

Please sign in to comment.