diff --git a/stockingly-frontend/src/components/CompanyCard.vue b/stockingly-frontend/src/components/CompanyCard.vue
index 1559ad9..96d0694 100644
--- a/stockingly-frontend/src/components/CompanyCard.vue
+++ b/stockingly-frontend/src/components/CompanyCard.vue
@@ -7,7 +7,7 @@
'text-white': props.markerColor
}" :color="props.markerColor ?? void (0)">
-
+
{{ company['short name'] }}
@@ -19,7 +19,7 @@
{{ m.title }}
{{ m.value(company) }}{{ m.symbol ?? '' }}
-
+
diff --git a/stockingly-frontend/src/views/Comparison.vue b/stockingly-frontend/src/views/Comparison.vue
index 84d2615..b20257a 100644
--- a/stockingly-frontend/src/views/Comparison.vue
+++ b/stockingly-frontend/src/views/Comparison.vue
@@ -177,7 +177,7 @@ const options = computed(() => {
});
tickers.value = route.params.tickers.toString().split(',');
-
+
// load chart data
onMounted(() => {
stockPrice.load();