Skip to content

Commit d286dee

Browse files
committed
Fix
1 parent f266745 commit d286dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HelpMenu/chatController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const useChatController = (
114114
// Store reference to the popup window
115115
const popup = React.useRef<Window | null>(null);
116116

117-
const { sendMessage, popupOrigin } = usePostMessageChannel(popup, path);
117+
const { sendMessage } = usePostMessageChannel(popup, path);
118118

119119
/**
120120
* Sends the pre-chat fields to the popup.

0 commit comments

Comments
 (0)