We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07353c commit 5035591Copy full SHA for 5035591
webapp/src/components/CalendarChart.vue
@@ -8,7 +8,7 @@
8
import { defineComponent } from 'vue';
9
import { CalendarHeatmap } from 'vue3-calendar-heatmap'
10
import { authHeader, handleResponse } from '@/utils/authentication';
11
-let data: Array<{ date: Date; count: number; }> = [];
+const data: Array<{ date: Date; count: number; }> = [];
12
13
export default defineComponent({
14
components: {
0 commit comments