IO-2271 Country Region Print Center Modification
Allow items to be hidden by Country Code only from region
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user