diff --git a/src/components/Table/index.vue b/src/components/Table/index.vue
index a6548fd..228a0f0 100644
--- a/src/components/Table/index.vue
+++ b/src/components/Table/index.vue
@@ -19,14 +19,14 @@
-
+
-
+
@@ -89,7 +89,6 @@ watch(
maxPeptides.value = Math.max(...val.map((o) => o.peptides));
maxProteins.value = Math.max(...val.map((o) => o.proteins));
sortedData.value = [...val];
- console.log(maxPeptides.value, maxProteins.value);
}
);
diff --git a/src/views/information/index.vue b/src/views/information/index.vue
index b88f0cb..f4a44f2 100644
--- a/src/views/information/index.vue
+++ b/src/views/information/index.vue
@@ -30,7 +30,7 @@
>
Datasets Reanalyzed
@@ -75,7 +75,7 @@