gramene-search 1.6.23 → 1.6.25
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/.parcel-cache/83e7562660f7cc15-BundleGraph +0 -0
- package/.parcel-cache/d3a1b9507cb44047-AssetGraph +0 -0
- package/.parcel-cache/data.mdb +0 -0
- package/.parcel-cache/dc1da35000e13623-RequestGraph +0 -0
- package/.parcel-cache/lock.mdb +0 -0
- package/.parcel-cache/snapshot-dc1da35000e13623.txt +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/results/details/Expression.js +1 -1
- package/src/maize.html +0 -7
|
Binary file
|
|
Binary file
|
package/.parcel-cache/data.mdb
CHANGED
|
Binary file
|
|
Binary file
|
package/.parcel-cache/lock.mdb
CHANGED
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
64260376
|
|
2
|
+
1746630965227134000
|
package/dist/index.js
CHANGED
|
@@ -2319,7 +2319,7 @@ const $9e29a4f60318db7a$var$Detail = (props)=>{
|
|
|
2319
2319
|
onChange: (e)=>setAtlasExperiment(e.target.value),
|
|
2320
2320
|
children: atlasExperimentList.map((experiment, index)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("option", {
|
|
2321
2321
|
value: experiment._id,
|
|
2322
|
-
children: experiment.
|
|
2322
|
+
children: experiment.description || experiment._id
|
|
2323
2323
|
}, index))
|
|
2324
2324
|
})
|
|
2325
2325
|
})
|