IGS/gEAR

Gene Collection Selector - Error when selecting "Recent"

Closed this issue · 1 comments

When selecting "recent" in the left-most column (waited for gene carts to load), there is a JS error data is not iterable at gene-collection-selector.js line 262

Shaun's temp fix:

if (recentChosen) {
// prevent from breaking
return;
}
if (!data) {
// User may be logged out and selected "saved"
return;
}