diff --git a/src/components/CalibrationTable.vue b/src/components/CalibrationTable.vue
index a08be73f..7c2aee4b 100644
--- a/src/components/CalibrationTable.vue
+++ b/src/components/CalibrationTable.vue
@@ -144,9 +144,7 @@
}
]"
>
-
- {{ range.variants ? range.variants.length : 0 }}
-
+ {{ range.variantCount ?? 0 }} variants
diff --git a/src/components/ScoreSetHistogram.vue b/src/components/ScoreSetHistogram.vue
index 394d9eb0..1fcc1ad6 100644
--- a/src/components/ScoreSetHistogram.vue
+++ b/src/components/ScoreSetHistogram.vue
@@ -28,6 +28,10 @@
Loading clinical control options in the background. Additional histogram views will be available once loaded.
+
+
+ Loading calibration class variants.
+