gramene-search 1.5.1 → 1.5.2

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.
Binary file
Binary file
@@ -1,2 +1,2 @@
1
- 11067249
2
- 1722442798651950000
1
+ 11253708
2
+ 1722443823137924000
package/dist/index.js CHANGED
@@ -4560,7 +4560,10 @@ class $6c5c4f90059875bf$var$Gene extends (0, ($parcel$interopDefault($gXNCa$reac
4560
4560
  expandedDetail: props.expandedDetail
4561
4561
  };
4562
4562
  let hasData = {};
4563
- props.searchResult.capabilities.forEach((c)=>hasData[c] = true);
4563
+ props.searchResult.capabilities.forEach((c)=>{
4564
+ hasData[c] = true;
4565
+ if (c === "PanOryza") hasData.xrefs = true;
4566
+ });
4564
4567
  this.state.details.forEach((d)=>d.available |= hasData.hasOwnProperty(d.id));
4565
4568
  }
4566
4569
  getDetailStatus(d) {