diff --git a/components/content/StructureDb.vue b/components/content/StructureDb.vue
index 10805d568c65dada00ca0c9bd0703226607ccd78..c5d01dcc1ccc4aca19ef0fa98a1ac52408fc9870 100644
--- a/components/content/StructureDb.vue
+++ b/components/content/StructureDb.vue
@@ -157,8 +157,8 @@ const { refinedUrl: downloadAllCifUrl } = useRefinedUrl("/df-all-cifs.tar.gz")
                     </v-list-item-title>
                     <v-row>
                         <v-col class="pt-8 pl-8" :lg="8">
-                            <v-range-slider v-model="plddtsRange" strict density="compact" hide-details="auto" step="0.5"
-                                :min="0" :max="100" thumb-label="always" @update:modelValue="search()">
+                            <v-range-slider v-model="plddtsRange" strict density="compact" hide-details="auto"
+                                step="0.5" :min="0" :max="100" thumb-label="always" @update:modelValue="search()">
                                 <template #append>
                                     <v-btn variant="text" icon="md:restart_alt" @click="plddtsReset()"></v-btn>
                                 </template>
@@ -184,8 +184,8 @@ const { refinedUrl: downloadAllCifUrl } = useRefinedUrl("/df-all-cifs.tar.gz")
                     <v-list-item-title class="text-subtitle-1 text-medium-emphasis">pDockQ</v-list-item-title>
                     <v-row>
                         <v-col class="pt-8 pl-8" :lg="8">
-                            <v-range-slider v-model="pdockqRange" density="compact" strict hide-details="auto" step="0.1"
-                                :min="0" :max="1" thumb-label="always" @update:modelValue="search()">
+                            <v-range-slider v-model="pdockqRange" density="compact" strict hide-details="auto"
+                                step="0.1" :min="0" :max="1" thumb-label="always" @update:modelValue="search()">
                                 <template #append>
                                     <v-btn variant="text" icon="md:restart_alt" @click="pdockqReset()"></v-btn>
                                 </template>
@@ -196,11 +196,7 @@ const { refinedUrl: downloadAllCifUrl } = useRefinedUrl("/df-all-cifs.tar.gz")
         </template>
         <template #[`item.Foldseek_name`]="{ item }">
             <FoldseekDialog v-if="item.Foldseek_name !== 'na'" :foldseek-path="toFolseekUrl(item)"></FoldseekDialog>
-            <!-- <NuxtLink v-if="item.Foldseek_name !== 'na'" :to="toFolseekUrl(item)" :external="false">
-                <v-avatar>
-                    <v-img src="~/assets/foldseek.png" alt="Foldseek results"></v-img>
-                </v-avatar>
-            </NuxtLink> -->
+
         </template>
         <template #[`item.proteins_in_the_prediction`]="{ item }">
             <CollapsibleChips
@@ -208,12 +204,14 @@ const { refinedUrl: downloadAllCifUrl } = useRefinedUrl("/df-all-cifs.tar.gz")
             </CollapsibleChips>
         </template>
         <template #[`item.system_genes`]="{ item }">
-            <CollapsibleChips :items="namesToCollapsibleChips(item.system_genes, item.System_name_ok)"></CollapsibleChips>
+            <CollapsibleChips :items="namesToCollapsibleChips(item.system_genes, item.System_name_ok)">
+            </CollapsibleChips>
         </template>
         <template #[`item.structure`]="{ item }">
             <v-row no-gutters align="center">
                 <MolstarPdbePlugin v-if="item?.pdb && item.pdb !== 'na'"
-                    :data-urls="[`/${item.System_name_ok}/${pdbNameToCif(item.pdb)}`, `/${item.System_name_ok}/${item.pdb}`]" uniq format="cif">
+                    :data-urls="[`/${item.System_name_ok}/${pdbNameToCif(item.pdb)}`, `/${item.System_name_ok}/${item.pdb}`]"
+                    uniq format="cif">
                 </MolstarPdbePlugin>
             </v-row>
             <!-- <v-row no-gutters align="center">