Explorar o código

chore: fixed lint errors

Kristian Vos %!s(int64=2) %!d(string=hai) anos
pai
achega
a2099bb35b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      frontend/src/components/LineChart.vue

+ 1 - 0
frontend/src/components/LineChart.vue

@@ -40,6 +40,7 @@ ChartJS.register(
 
 export default {
 	name: "LineChart",
+	// eslint-disable-next-line vue/no-reserved-component-names
 	components: { Line },
 	props: {
 		chartId: {