diff --git a/app/assets/javascripts/reports/components/report_section.vue b/app/assets/javascripts/reports/components/report_section.vue index bb86695b9a3..468c8916b8d 100644 --- a/app/assets/javascripts/reports/components/report_section.vue +++ b/app/assets/javascripts/reports/components/report_section.vue @@ -168,11 +168,6 @@ export default { }, methods: { toggleCollapsed() { - // Because the top-level div is always clickable, we need to check if we can collapse. - if (!this.isCollapsible) { - return; - } - if (this.trackAction) { api.trackRedisHllUserEvent(this.trackAction); } @@ -187,7 +182,7 @@ export default {