IO-2271 Country Region Print Center Modification

Allow items to be hidden by Country Code only from region
This commit is contained in:
Allan Carr
2023-05-10 18:03:42 -07:00
parent 39a4646339
commit 60867ae4dc
2 changed files with 80 additions and 81 deletions

View File

@@ -34,7 +34,7 @@ export function PrintCenterJobsComponent({ printCenterModal, bodyshop }) {
(temp.regions &&
bodyshop.region_config.includes(Object.keys(temp.regions)) === true)
);
const filteredJobsReportsList =
search !== ""
? JobsReportsList.filter((r) =>