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 ];