diff --git a/desktop/src/app/useHuddlePresentation.ts b/desktop/src/app/useHuddlePresentation.ts index d94226ca4..475f8f932 100644 --- a/desktop/src/app/useHuddlePresentation.ts +++ b/desktop/src/app/useHuddlePresentation.ts @@ -316,8 +316,7 @@ export function useHuddlePresentation() { isHuddleDrawerOpen && channelId === activeHuddleChannelIdRef.current ) { - showHuddleInMainApp(channelId); - return; + return showHuddleInMainApp(channelId); } return goChannel(channelId); },