Skip to content

Commit 854c442

Browse files
committed
Hide pagination when no releases are available
1 parent 8a16009 commit 854c442

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/app/app/components/Commits.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,10 @@ async function goPrevPage() {
254254
</div>
255255
</div>
256256

257-
<div class="flex justify-center items-center gap-1 flex-wrap">
257+
<div
258+
v-if="commitsWithRelease.length"
259+
class="flex justify-center items-center gap-1 flex-wrap"
260+
>
258261
<UButton
259262
color="neutral"
260263
variant="subtle"

0 commit comments

Comments
 (0)