diff --git a/components/OperonStructure.vue b/components/OperonStructure.vue
index 9df846ba1bb7ae8dca9c9ac87b2b1355c9fdc90e..c7650a936b33507e49bbda10c993cc48bd694281 100644
--- a/components/OperonStructure.vue
+++ b/components/OperonStructure.vue
@@ -153,7 +153,7 @@ function drawGenes(genesGroup) {
             exit => exit.remove()
         )
     genesSelection.attr("transform", d => `translate(${d.x},${d.y})`)
-    genesGroup.select("image")
+    genesSelection.select("image")
         .attr("href", d => d?.structImg)
         .attr("width", d => d.width)
         .attr("height", d => d.height)