@dyedurham/search-and-file-widget 1.6.26 → 1.6.27

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.
@@ -87917,7 +87917,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87917
87917
  const mappedCurrentStateName = currentState === IRCurrentState.Added ? "Added" : currentState === IRCurrentState.Ceased ? "Ceased" : "Edited";
87918
87918
  const mappedId = matchingAdmin?.Id ?? "";
87919
87919
  const mappedRoleId = matchingAdmin?.RoleId ?? "";
87920
- const personNameRoleId = isOfficer ? matchingAdmin?.RoleId ?? null : null;
87920
+ const personNameRoleId = matchingAdmin?.RoleId;
87921
87921
  const mappedCeaseDate = currentState === IRCurrentState.Ceased ? ceaseDate : "";
87922
87922
  const mappedElectedDate = currentState === IRCurrentState.Added ? electedDate : "";
87923
87923
  const positionName = ECORE_POSITION_CODE_TO_POSITION_NAME[position2?.toUpperCase()];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyedurham/search-and-file-widget",
3
- "version": "1.6.26",
3
+ "version": "1.6.27",
4
4
  "description": "",
5
5
  "main": "dnd-filing-shell.js",
6
6
  "scripts": {