Skip to content

Commit

Permalink
CRISTAL-371: Shows details about the last edition on pages
Browse files Browse the repository at this point in the history
* Fix condition
  • Loading branch information
pjeanjean committed Dec 17, 2024
1 parent dccf4a1 commit 50eeb30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion skin/src/vue/c-article.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ watch(
<div class="info-wrapper">
<span class="doc-author">
<i18n-t
v-if="currentPage?.lastAuthor"
v-if="
currentPage?.lastAuthor && currentPage?.lastModificationDate
"
keypath="page.edited.details.user"
tag="span"
>
Expand Down

0 comments on commit 50eeb30

Please sign in to comment.