From 18ee395568acbf10bbe7df5909f0574e911bacf7 Mon Sep 17 00:00:00 2001 From: Babayaga Date: Wed, 25 Mar 2026 20:50:22 +0100 Subject: [PATCH] Maintenance Love :) --- packages/ui/src/modules/places/CompetitorsGridView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/src/modules/places/CompetitorsGridView.tsx b/packages/ui/src/modules/places/CompetitorsGridView.tsx index adb9788b..55af2158 100644 --- a/packages/ui/src/modules/places/CompetitorsGridView.tsx +++ b/packages/ui/src/modules/places/CompetitorsGridView.tsx @@ -57,6 +57,7 @@ export const CompetitorsGridView: React.FC = ({ compet // Filter competitors based on excluded types - MOVED TO PARENT const filteredCompetitors = competitors; + console.log('filteredCompetitors', filteredCompetitors) /* const filteredCompetitors = React.useMemo(() => { if (showExcluded) return competitors;