mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-01 08:18:45 +09:00
tweak 526565db
This commit is contained in:
parent
526565db72
commit
a8b81ee8bb
@ -221,7 +221,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
<div :class="$style.historyMain">
|
||||
<div :class="$style.historyHeader">
|
||||
<MkUserName :user="appearNote.user" :nowrap="true"/>
|
||||
<MkTime :class="$style.updatedAt" :time="appearNote.updatedAtHistory![index]"/>
|
||||
<MkTime v-if="defaultStore.state.enableAbsoluteTime" :class="$style.updatedAt" :time="appearNote.updatedAtHistory![index]" mode="absolute"/>
|
||||
<MkTime v-else :class="$style.updatedAt" :time="appearNote.updatedAtHistory![index]" mode="relative"/>
|
||||
</div>
|
||||
<div>
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user