only call Intercom after load event is dispatched

This commit is contained in:
Satindar Dhillon
2022-10-14 14:50:00 -07:00
parent fcef8e14e7
commit b42ef5a5bc

View File

@ -9,7 +9,6 @@ export default function Support(): JSX.Element {
}, [])
useEffect(() => {
initAnalytics()
window.addEventListener('load', initAnalytics)
return () => {
window.removeEventListener('load', initAnalytics)