Do not show edited indicator in history items

This commit is contained in:
Tusooa Zhu 2022-06-22 16:14:19 -04:00 committed by FloatingGhost
parent 92790cf6b4
commit 7656486f19
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@
/> />
</div> </div>
<div <div
v-if="isEdited && editingAvailable" v-if="isEdited && editingAvailable && !isPreview"
class="heading-edited-row" class="heading-edited-row"
> >
<i18n-t <i18n-t