fix: renote time
This commit is contained in:
parent
3af8f86924
commit
0a7f16c11f
1 changed files with 5 additions and 1 deletions
|
@ -123,7 +123,11 @@
|
||||||
v-if="isMyNote"
|
v-if="isMyNote"
|
||||||
:class="icon('ph-dots-three-outline dropdownIcon')"
|
:class="icon('ph-dots-three-outline dropdownIcon')"
|
||||||
></i>
|
></i>
|
||||||
<MkTime :time="note.createdAt" />
|
<MkTime
|
||||||
|
v-if="(renotesSliced && renotesSliced.length > 0)"
|
||||||
|
:time="renotesSliced[0].createdAt"
|
||||||
|
/>
|
||||||
|
<MkTime v-else :time="note.createdAt" />
|
||||||
</button>
|
</button>
|
||||||
<MkVisibility :note="note" />
|
<MkVisibility :note="note" />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue