Skip to content

Commit cac7ffe

Browse files
committed
fix(customComponentMappings-for-pay-fines): payfinescomponent placement within the application was moved to only display within the fines + fees module
1 parent ddce6d7 commit cac7ffe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/custom1-module/customComponentMappings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { TrafficResultLimitComponent } from '../traffic-result-limit/traffic-res
77
// Define the map
88
export const selectorComponentMap = new Map<string, any>([
99
['nde-footer-after', Libraryh3lpComponent],
10-
['nde-account-section-results-before', PayFinesComponent],
10+
['nde-fines-before', PayFinesComponent],
1111
['nde-full-display-service-container-after', NdeProblemReportCustom],
1212
['nde-top-bar-after', LibraryAlertsPannelComponent],
1313
['nde-search-no-results-before', TrafficResultLimitComponent]

0 commit comments

Comments
 (0)