diff --git a/resources/assets/components/partials/post/EditHistoryModal.vue b/resources/assets/components/partials/post/EditHistoryModal.vue index 9d0a1366d..67cf89e0a 100644 --- a/resources/assets/components/partials/post/EditHistoryModal.vue +++ b/resources/assets/components/partials/post/EditHistoryModal.vue @@ -39,7 +39,7 @@ {{ allHistory[0].account.username }} -
{{ historyIndex == (allHistory.length - 1) ? 'created' : 'edited' }} {{ formatTime(allHistory[allHistory.length - 1].created_at) }}
+
{{ historyIndex == (allHistory.length - 1) ? 'created' : 'edited' }} {{ formatTime(allHistory[historyIndex].created_at) }}