Skip to content

Commit

Permalink
fix: destroy instead of minimize (#17229)
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Oct 17, 2024
1 parent 758df3b commit 828f210
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const LiveChat = observer(({ showPopover }: { showPopover?: boolean }) => {
// We will add a refactor after this
setInterval(() => {
if (enable_freshworks_live_chat) {
window.LiveChatWidget?.call('minimize');
window.LiveChatWidget?.call('destroy');
}
}, 10);

Expand Down

0 comments on commit 828f210

Please sign in to comment.