From 17029cb35e12584c5aa105b51d88a761755f5315 Mon Sep 17 00:00:00 2001 From: Shaked Hayek Date: Wed, 27 Dec 2023 21:32:17 +0200 Subject: [PATCH] Remove accident_count_by_driver_type from prod --- src/const/cards.const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const/cards.const.ts b/src/const/cards.const.ts index d3ef915c..96d9760d 100644 --- a/src/const/cards.const.ts +++ b/src/const/cards.const.ts @@ -12,7 +12,7 @@ export const operationalCards: WidgetName[] = [ WidgetName.accidents_heat_map, WidgetName.accident_count_by_accident_year, WidgetName.injured_count_by_accident_year, - WidgetName.accident_count_by_driver_type, + // WidgetName.accident_count_by_driver_type, WidgetName.accident_count_by_day_night ];