fix: renote time

This commit is contained in:
Lhcfl 2024-05-09 15:49:00 +08:00
parent 3af8f86924
commit 0a7f16c11f
1 changed files with 5 additions and 1 deletions

View File

@ -123,7 +123,11 @@
v-if="isMyNote"
:class="icon('ph-dots-three-outline dropdownIcon')"
></i>
<MkTime :time="note.createdAt" />
<MkTime
v-if="(renotesSliced && renotesSliced.length > 0)"
:time="renotesSliced[0].createdAt"
/>
<MkTime v-else :time="note.createdAt" />
</button>
<MkVisibility :note="note" />
</div>