diff --git a/src/components/charts/PriceMarketChart.vue b/src/components/charts/PriceMarketChart.vue index 75953b1c..94a01ddc 100644 --- a/src/components/charts/PriceMarketChart.vue +++ b/src/components/charts/PriceMarketChart.vue @@ -27,27 +27,31 @@ const series = computed(() => { ]; }); -function changeChart(type: string){ - kind.value = type +function changeChart(type: string) { + kind.value = type; }