From b6a14bda4843574df61cf13e8d1cc058fa13cd6a Mon Sep 17 00:00:00 2001 From: Pranav Date: Tue, 16 Dec 2025 18:20:10 -0800 Subject: [PATCH] chore: Enable YearInReview for everyone, include analytics (#13090) Remove the query param condition and enable it for everyone. --- .../components-next/sidebar/SidebarProfileMenu.vue | 4 +--- .../components-next/year-in-review/YearInReviewBanner.vue | 7 +------ .../components-next/year-in-review/YearInReviewModal.vue | 5 +++++ app/javascript/dashboard/helper/AnalyticsHelper/events.js | 6 ++++++ 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue b/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue index d006c31cb..3dad3c76b 100644 --- a/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue +++ b/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue @@ -1,6 +1,5 @@