diff --git a/src/components/desktop/RadarChart.vue b/src/components/desktop/RadarChart.vue index 6520fe8f..9bcc736a 100644 --- a/src/components/desktop/RadarChart.vue +++ b/src/components/desktop/RadarChart.vue @@ -24,9 +24,9 @@ interface RadarChartData { } interface RadarChartDataItem { - name: string, - max: number, - color: string + name: string; + max: number; + color: string; } const props = defineProps<{