@dcrackel/hematournamentui 1.0.83 → 1.0.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29821,7 +29821,7 @@ function DR(n, e, t, r, i, o) {
29821
29821
  poolName: A.Name,
29822
29822
  ringName: A.RingName,
29823
29823
  poolInd: A.poolStrengthInd,
29824
- directorName: A.Person.DisplayName,
29824
+ directorName: A.Person.DisplayName ? A.Person.DisplayName : "Unassigned",
29825
29825
  pool: A.participants,
29826
29826
  onSwapFencers: o.swapFencers
29827
29827
  }, null, 8, ["poolName", "ringName", "poolInd", "directorName", "pool", "onSwapFencers"])