Skip to content

Commit

Permalink
Merge pull request #43 from Zolon-DOL/2023-Changes
Browse files Browse the repository at this point in the history
corrected labor enforcement
  • Loading branch information
pbhatt17 authored Jun 24, 2023
2 parents aaaf71d + c9383e3 commit db7b6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Child Labor/EnforceTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class EnforceTableViewController: UITableViewController {

setEnforcement(self.laborAccessPenaltiesLabel, text: enforcements["Authorized_Access_Penalties"].element?.text)
//setEnforcement(self.laborInspectionsLabel, text: enforcements["Labor_Inspections"].element?.text)
setEnforcement(self.laborWorksiteInspectionsLabel, text: enforcements["Labor_Worksite_Inspections"].element?.text)
setEnforcement(self.laborWorksiteInspectionsLabel, text: enforcements["Labor_Inspections"].element?.text)

setEnforcement(self.laborViolationsLabel, text: enforcements["Labor_Violations"].element?.text)
setEnforcement(self.laborPenaltiesImposedLabel, text: enforcements["Labor_Penalties_Imposed"].element?.text)
Expand Down

0 comments on commit db7b6bb

Please sign in to comment.