Skip to content

Commit

Permalink
fix(components): record type -> icon map
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Nov 22, 2024
1 parent 61ac2bc commit 7d4ae1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/RecordTypeIcon/RecordTypeIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ const recordTypesToIcons = ref(
/***************************************************
*********** Jails & Courts specific *************
**************************************************/
['Jails & Courts', faBuildingColumns], // Top level
['Jails and Courts', faBuildingColumns], // Top level
['Jails & Courts specific', faBuildingColumns], // Top level
['Jails and courts specific', faBuildingColumns], // Top level
['Booking Reports', faBuildingColumns],
Expand Down

0 comments on commit 7d4ae1c

Please # to comment.