mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Fix record comment display
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<template #activator="{ toggle, active }">
|
||||
<v-icon class="more" :class="{ active }" name="more_horiz" @click="toggle" />
|
||||
<div class="time">
|
||||
<span class="dot" v-if="activity.revisions.length > 0" v-tooltip="editedOnFormatted" />
|
||||
<span class="dot" v-tooltip="editedOnFormatted" />
|
||||
{{ formattedTime }}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user