Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
murtaza98 authored Oct 17, 2022
1 parent 97bdb9b commit 46bd4f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/meteor/client/sidebar/sections/OmnichannelSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { OmniChannelCallDialPad, OmnichannelCallToggle, OmnichannelLivechatToggl

const OmnichannelSection = (props: typeof Box): ReactElement => {
const t = useTranslation();

const isCallEnabled = useIsCallEnabled();
const isCallReady = useIsCallReady();
const hasPermissionToSeeContactCenter = usePermission('view-omnichannel-contact-center');
Expand Down

0 comments on commit 46bd4f0

Please sign in to comment.