gramene-search 1.4.4 → 1.4.5
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/4987902b3f9787cc-BundleGraph-0 +0 -0
- package/.parcel-cache/lock.mdb +0 -0
- package/.parcel-cache/requestGraph-nodes-0-369948a06d23ec44-0 +0 -0
- package/.parcel-cache/snapshot-369948a06d23ec44.txt +2 -2
- package/package.json +1 -1
- package/src/components/geneSearchUI.js +1 -1
- package/src/components/styles.css +1 -1
|
Binary file
|
package/.parcel-cache/lock.mdb
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
45602907
|
|
2
|
+
1716227183988607000
|
package/package.json
CHANGED
|
@@ -188,7 +188,7 @@ const Filters = connect(
|
|
|
188
188
|
const ResultsCmp = props => {
|
|
189
189
|
let activeViews = props.grameneViews.options;
|
|
190
190
|
return props.grameneFilters.rightIdx > 0 ? (
|
|
191
|
-
<div
|
|
191
|
+
<div>
|
|
192
192
|
{activeViews.map((v,idx) => {
|
|
193
193
|
let p = Object.assign({}, props);
|
|
194
194
|
const divRef = useRef(null);
|