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 555ae91 commit 9ae3660Copy full SHA for 9ae3660
web_src/js/components/RepoRecentCommits.vue
@@ -45,7 +45,7 @@ defineProps<{
45
46
const isLoading = shallowRef(false);
47
const errorText = shallowRef('');
48
-const repoLink = pageData.repoLink || [];
+const repoLink = pageData.repoLink;
49
const data = ref<DayData[]>([]);
50
51
onMounted(() => {
0 commit comments