From c64473e5bf963ac22b8aa1895b9ad4562ef11980 Mon Sep 17 00:00:00 2001 From: Peter Di Pasquale Date: Mon, 9 Dec 2024 00:34:53 -0800 Subject: [PATCH] Ooopsies --- src/plugins/plot/MctPlot.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/plot/MctPlot.vue b/src/plugins/plot/MctPlot.vue index 3222fc59f38..373ec710b1e 100644 --- a/src/plugins/plot/MctPlot.vue +++ b/src/plugins/plot/MctPlot.vue @@ -735,7 +735,7 @@ export default { if (!this.domainObject.composition) { return false; } - if (!this.domainObjectToFind.identifier){ + if (!domainObjectToFind.identifier){ return false; }