Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Aug 16, 2024
1 parent 5a81ba2 commit 92d6c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function drawingTitle(drawing: BlobObject) {
</NuxtLink>
<UseTimeAgo
v-slot="{ timeAgo }"
:time="new Date(drawing.uploadedAt)"
:time="new Date(drawing.customMetadata?.uploadedAt || drawing.uploadedAt)"
>
<span class="text-xs text-gray-500">{{ timeAgo }}</span>
</UseTimeAgo>
Expand Down

0 comments on commit 92d6c36

Please sign in to comment.