File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ export default defineComponent({
428
428
<svg-icon name =" octicon-archive" :size =" 16" />
429
429
</div >
430
430
</a >
431
- <a class =" tw-flex tw-items-center" v-if =" repo.latest_commit_status_state" :href =" repo.latest_commit_status_state_link" :data-tooltip-content =" repo.locale_latest_commit_status_state" >
431
+ <a class =" tw-flex tw-items-center" v-if =" repo.latest_commit_status_state" :href =" repo.latest_commit_status_state_link || null " :data-tooltip-content =" repo.locale_latest_commit_status_state" >
432
432
<!-- the commit status icon logic is taken from templates/repo/commit_status.tmpl -->
433
433
<svg-icon :name =" statusIcon(repo.latest_commit_status_state)" :class =" 'tw-ml-2 commit-status icon text ' + statusColor(repo.latest_commit_status_state)" :size =" 16" />
434
434
</a >
You can’t perform that action at this time.
0 commit comments