diff --git a/components/content/MolstarPdbePlugin.vue b/components/content/MolstarPdbePlugin.vue
index 12370ec407ec4a93fa746e5ce7d7a295f86f2389..f079a1371af48eb3c31d934bf82480f4bd2fc145 100644
--- a/components/content/MolstarPdbePlugin.vue
+++ b/components/content/MolstarPdbePlugin.vue
@@ -171,8 +171,8 @@ const moleculeFormat: Ref<string> = ref("pdb")
                             class="ml-1" v-bind="props"></v-btn>
                     </template>
                     <v-list>
-                        <v-list-item v-for="(item, index) in refinedDataUrls" :key="index" :value="index">
-                            <v-list-item-title :href="item">{{ item }}</v-list-item-title>
+                        <v-list-item v-for="(item, index) in refinedDataUrls" :key="index" :value="index" :href="item">
+                            <v-list-item-title>{{ item }}</v-list-item-title>
                         </v-list-item>
                     </v-list>
                 </v-menu>