gramene-search 1.7.4 → 1.7.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/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/bundles/filters.js +1 -1
package/package.json
CHANGED
package/src/bundles/filters.js
CHANGED
|
@@ -266,7 +266,7 @@ const grameneFilters = {
|
|
|
266
266
|
case 'GRAMENE_SEARCH_FETCH_FINISHED':
|
|
267
267
|
return Object.assign({}, state, {status: 'finished'});
|
|
268
268
|
case 'GRAMENE_GENOMES_UPDATED':
|
|
269
|
-
if (
|
|
269
|
+
if (state.status === 'ready') {
|
|
270
270
|
return Object.assign({}, state, {status: 'search'});
|
|
271
271
|
}
|
|
272
272
|
case 'URL_UPDATED':
|