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 c08ae1f commit e4a966dCopy full SHA for e4a966d
web_src/js/components/RepoCodeFrequency.vue
@@ -49,7 +49,7 @@ defineProps<{
49
50
const isLoading = shallowRef(false);
51
const errorText = shallowRef('');
52
-const repoLink = pageData.repoLink || [];
+const repoLink = pageData.repoLink;
53
const data = shallowRef<DayData[]>([]);
54
55
onMounted(() => {
0 commit comments