remove display name
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
)})`,
|
||||
}"></div>
|
||||
<div class="p-4 text-xs text-gray-7">
|
||||
{{ props.article.user.display_name }} -
|
||||
{{ computedDate(props.article.publish_at) }}
|
||||
</div>
|
||||
<h3 class="px-4 mb-3 font-500 text-gray-7">
|
||||
|
||||
@@ -20,9 +20,6 @@
|
||||
<div
|
||||
class="flex flex-1 flex-justify-between flex-items-center pb-4">
|
||||
<div>
|
||||
<div class="font-bold text-gray-6">
|
||||
By {{ article.user.display_name }}
|
||||
</div>
|
||||
<div class="font-bold text-gray-4">
|
||||
{{ formattedDate(article.publish_at) }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user