fix updates page

This commit is contained in:
Front 2022-03-15 16:18:27 -04:00
parent a6e6d5b85a
commit 67ee6d9e96
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<v-list-item v-for="(item, index) in commits" :key="index">
<v-card class="card">
<v-card-title style="padding: 0 0.25em 0 0.75em;">
{{ item.author.login }}
{{ item.author ? item.author.login : item.commit.author.name }}
<span v-text="` ${item.sha.substring(0, 7)}`" class="subtitle" />
<v-spacer />
<v-chip outlined class="tags" color="orange" v-if="index == 0">Latest</v-chip>