protvista-uniprot 4.4.2 → 4.4.4
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.
|
@@ -62217,9 +62217,9 @@ let fR = class extends hw {
|
|
|
62217
62217
|
this.loading = !1;
|
|
62218
62218
|
const i = bvt(n[e] || []);
|
|
62219
62219
|
let a = [];
|
|
62220
|
-
n[e].sequence?.value === n[t][0]?.sequence && (a = _vt(n[t] || []));
|
|
62220
|
+
n[e].sequence?.value === n[t]?.[0]?.sequence && (a = _vt(n[t] || []));
|
|
62221
62221
|
const o = xvt(n[r] || []), s = [...i, ...a, ...o];
|
|
62222
|
-
!s || !s.length || (this.data = s, this.alphamissenseAvailable = n[t]
|
|
62222
|
+
!s || !s.length || (this.data = s, this.alphamissenseAvailable = n[t]?.some(
|
|
62223
62223
|
(u) => u.amAnnotationsUrl
|
|
62224
62224
|
));
|
|
62225
62225
|
}
|