Skip to content

Commit

Permalink
Fix lint err
Browse files Browse the repository at this point in the history
  • Loading branch information
jjtimmons committed Oct 8, 2022
1 parent 52e7cde commit 3146f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SeqViz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export default class SeqViz extends React.Component<SeqVizProps, SeqVizState> {
if (!seq.length) {
return; // TODO why is this happening
}

const { enzymes, enzymesCustom } = this.props;

if ((enzymes && enzymes.length) || (enzymesCustom && Object.keys(enzymesCustom).length)) {
Expand Down

0 comments on commit 3146f98

Please sign in to comment.