Skip to content

Commit 6e6ee3a

Browse files
committed
..
1 parent 750072c commit 6e6ee3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/package-changes/[...path].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const tptoc = useTemplateRef('tptoc')
115115
:info="changelog"
116116
:tpTarget="tptoc"
117117
/>
118-
<p class="mt-5">{{ $t('changelog.no_logs') }}</p>
118+
<p class="mt-5" v-else>{{ $t('changelog.no_logs') }}</p>
119119
</section>
120120
</main>
121121
</template>

0 commit comments

Comments
 (0)