Skip to content

Commit

Permalink
Remove accident_count_by_driver_type from prod (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaked-hayek authored Dec 27, 2023
1 parent 81875d9 commit 8ab2fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const/cards.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
];

Expand Down

0 comments on commit 8ab2fdb

Please sign in to comment.