summaryrefslogtreecommitdiff
path: root/lib/procurement-rfqs/table/detail-table/vendor-communication-drawer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/procurement-rfqs/table/detail-table/vendor-communication-drawer.tsx')
-rw-r--r--lib/procurement-rfqs/table/detail-table/vendor-communication-drawer.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/procurement-rfqs/table/detail-table/vendor-communication-drawer.tsx b/lib/procurement-rfqs/table/detail-table/vendor-communication-drawer.tsx
index 34efdfc2..e43fc676 100644
--- a/lib/procurement-rfqs/table/detail-table/vendor-communication-drawer.tsx
+++ b/lib/procurement-rfqs/table/detail-table/vendor-communication-drawer.tsx
@@ -278,7 +278,7 @@ export function VendorCommunicationDrawer({
{selectedAttachment.fileName}
</DialogTitle>
<DialogDescription>
- {formatFileSize(selectedAttachment.fileSize)} • {formatDateTime(selectedAttachment.uploadedAt)}
+ {formatFileSize(selectedAttachment.fileSize)} • {formatDateTime(selectedAttachment.uploadedAt, "KR")}
</DialogDescription>
</DialogHeader>
@@ -417,7 +417,7 @@ export function VendorCommunicationDrawer({
)}
<div className="text-xs mt-1 opacity-70 flex items-center gap-1 justify-end">
- {formatDateTime(comment.createdAt)}
+ {formatDateTime(comment.createdAt, "KR")}
</div>
</div>