From 0b4c9b8f7d4acdf0d6ad7a73fe9772f0a163a065 Mon Sep 17 00:00:00 2001 From: Oliver Lazoroski Date: Thu, 3 Oct 2024 11:18:47 +0200 Subject: [PATCH] fix: typos, unused imports --- sample-apps/react/react-dogfood/components/ActiveCall.tsx | 2 +- .../react/react-dogfood/components/InvitePanel/InvitePanel.tsx | 2 +- sample-apps/react/react-dogfood/hooks/useKeyboardShortcuts.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sample-apps/react/react-dogfood/components/ActiveCall.tsx b/sample-apps/react/react-dogfood/components/ActiveCall.tsx index d30d430c08..bd7907961c 100644 --- a/sample-apps/react/react-dogfood/components/ActiveCall.tsx +++ b/sample-apps/react/react-dogfood/components/ActiveCall.tsx @@ -66,7 +66,7 @@ type SidebarContent = export const ActiveCall = (props: ActiveCallProps) => { const { chatClient, activeCall, onLeave, onJoin } = props; - const { useParticipantCount, useCallCallingState } = useCallStateHooks(); + const { useParticipantCount } = useCallStateHooks(); const participantCount = useParticipantCount(); const { current: currentTourStep, diff --git a/sample-apps/react/react-dogfood/components/InvitePanel/InvitePanel.tsx b/sample-apps/react/react-dogfood/components/InvitePanel/InvitePanel.tsx index f2b8c1d232..1a15894fad 100644 --- a/sample-apps/react/react-dogfood/components/InvitePanel/InvitePanel.tsx +++ b/sample-apps/react/react-dogfood/components/InvitePanel/InvitePanel.tsx @@ -90,7 +90,7 @@ export const InvitePanel = () => {

Test on mobile

- To test on a mobile device, can the QR Code below: + To test on a mobile device, scan the QR Code below: