diff --git a/apps/frontend/src/components/ui/ProjectDownloadModal/CompatibleVersionCard.vue b/apps/frontend/src/components/ui/ProjectDownloadModal/CompatibleVersionCard.vue index 5e576d5ec1..c8b5bf66c8 100644 --- a/apps/frontend/src/components/ui/ProjectDownloadModal/CompatibleVersionCard.vue +++ b/apps/frontend/src/components/ui/ProjectDownloadModal/CompatibleVersionCard.vue @@ -157,7 +157,9 @@ const primaryFileDownloadUrl = computed(() => { }) }) -const publishedLabel = computed(() => capitalizeString(formatRelativeTime(props.version.date_published))) +const publishedLabel = computed(() => + capitalizeString(formatRelativeTime(props.version.date_published)), +) const publishedTooltip = computed(() => formatDateTime(props.version.date_published)) const primaryFileSizeLabel = computed(() => { if (!primaryFile.value) return ''