From c9383e376734dfa4c06b513c7ae0546f41e385cd Mon Sep 17 00:00:00 2001 From: pbhatt17 Date: Sat, 24 Jun 2023 14:28:59 -0400 Subject: [PATCH] corrected labor enforcement --- Child Labor/EnforceTableViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Child Labor/EnforceTableViewController.swift b/Child Labor/EnforceTableViewController.swift index c87d235..36456d1 100755 --- a/Child Labor/EnforceTableViewController.swift +++ b/Child Labor/EnforceTableViewController.swift @@ -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)