primary_care_admin_binder 0.1.98 → 0.1.99

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.
package/dist/index.cjs.js CHANGED
@@ -40585,7 +40585,7 @@ var SYMPTOM_AND_SPECIALTY_MASTERS = createAsyncThunk("symptomAndSpecialtySlice/s
40585
40585
  _context5.next = 9;
40586
40586
  return data_arr.result.map(function (val) {
40587
40587
  arry.push({
40588
- label: val.coding[0].display,
40588
+ label: val.coding.display,
40589
40589
  value: val._id
40590
40590
  });
40591
40591
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primary_care_admin_binder",
3
- "version": "0.1.98",
3
+ "version": "0.1.99",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",