Skip to content

Commit

Permalink
Ooopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Di Pasquale committed Dec 9, 2024
1 parent f718a34 commit c64473e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/plot/MctPlot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ export default {
if (!this.domainObject.composition) {
return false;
}
if (!this.domainObjectToFind.identifier){
if (!domainObjectToFind.identifier){
return false;
}

Expand Down

0 comments on commit c64473e

Please sign in to comment.