From 46bd4f0ca1f80609c57bf8dd8c4573e3a6bd6f58 Mon Sep 17 00:00:00 2001 From: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com> Date: Mon, 17 Oct 2022 18:44:50 +0530 Subject: [PATCH] Apply suggestions from code review --- apps/meteor/client/sidebar/sections/OmnichannelSection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/meteor/client/sidebar/sections/OmnichannelSection.tsx b/apps/meteor/client/sidebar/sections/OmnichannelSection.tsx index d56f173c8bc1..96a70c8ffbce 100644 --- a/apps/meteor/client/sidebar/sections/OmnichannelSection.tsx +++ b/apps/meteor/client/sidebar/sections/OmnichannelSection.tsx @@ -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');