useEffect(() => {
    if (!hover) return;
    gtag('event', 'open_event_card', {
      event_label: stream.title,
    });