protvista-uniprot 4.5.2 → 4.5.3

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "protvista-uniprot",
3
3
  "description": "ProtVista tool for the UniProt website",
4
- "version": "4.5.2",
4
+ "version": "4.5.3",
5
5
  "files": [
6
6
  "dist",
7
7
  "src"
@@ -311,7 +311,7 @@ class ProtvistaUniprotStructure extends LitElement {
311
311
  const alphaFoldSequenceMatch = rawData[alphaFoldUrl]?.filter(
312
312
  ({ sequence }) => rawData[pdbUrl].sequence?.value === sequence
313
313
  );
314
- if (alphaFoldSequenceMatch.length) {
314
+ if (alphaFoldSequenceMatch?.length) {
315
315
  afData = processAFData(alphaFoldSequenceMatch);
316
316
  this.alphamissenseAvailable = alphaFoldSequenceMatch.some(
317
317
  (data) => data.amAnnotationsUrl