Skip to content

Commit b731d9d

Browse files
authored
Corrected a div close and .log issue (#794)
1 parent ae98c60 commit b731d9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

widgets/htdocs/alphafold/components/confidenceMissenseToggle.js

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export class ConfidenceMissenseToggle extends LitElement {
5757
${missenseChecked}
5858
5959
</div>
60+
</div>
6061
`};
6162
};
6263

widgets/htdocs/alphafold/components/ensemblAlphafoldMissense.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class EnsemblAlphafoldMissense
6060
if (!match)
6161
{
6262
console.log("Missense CSV parse error!");
63-
console(row);
63+
console.log(row);
6464
throw new Error(`FormatError: cannot parse "${mutation}" as a mutation (should look like Y123A)`);
6565
}
6666
const seq_id = match[2];

0 commit comments

Comments
 (0)