Skip to content

Commit 3402689

Browse files
committed
Prefer branch badge over external badge
1 parent 02e0e62 commit 3402689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/app/components/Commits.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async function goPrevPage() {
204204
</span>
205205
<span class="flex-1" />
206206
<UButton
207-
v-if="commit.unverified"
207+
v-if="commit.unverified && !commit.branch"
208208
color="neutral"
209209
variant="subtle"
210210
size="xs"

0 commit comments

Comments
 (0)