diff --git a/themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/index.tsx index 698233af71c..ddcdd98e624 100644 --- a/themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/index.tsx +++ b/themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/index.tsx @@ -19,7 +19,7 @@ const LayoutOverlay = () => { const isWhatsappChat = useThirdPartyFlags('chat.whatsapp_chat') const path_name = getLocationPathname() const is_deriv_prime = path_name.includes('deriv-prime') - + console.log('isLiveChat', isLiveChat) return ( { {isLiveChat && } + {/* {!is_deriv_prime && isWhatsappChat && } */} {!is_deriv_prime && isWhatsappChat && }