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 @@ -429,7 +429,7 @@ export default defineComponent({
429
429
<svg-icon name =" octicon-archive" :size =" 16" />
430
430
</div >
431
431
</a >
432
- <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" >
432
+ <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" >
433
433
<!-- the commit status icon logic is taken from templates/repo/commit_status.tmpl -->
434
434
<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" />
435
435
</a >
You can’t perform that action at this time.
0 commit comments